Index: chrome/common/extensions/docs/templates/private/api_table.html |
diff --git a/chrome/common/extensions/docs/templates/private/api_table.html b/chrome/common/extensions/docs/templates/private/api_table.html |
index f416c08ed732c5e861f4d83ecf1843958fd50c77..f0fa3ebd2f57db75059b9c155d898d5e9d295170 100644 |
--- a/chrome/common/extensions/docs/templates/private/api_table.html |
+++ b/chrome/common/extensions/docs/templates/private/api_table.html |
@@ -2,7 +2,7 @@ |
<tr><th>Name</th><th>Description</th>{{?is_stable}}<th>Since</th>{{/}}</tr> |
{{#a:apis}} |
<tr> |
- <td><a href="{{a.name}}.html">{{a.name}}</a></td> |
+ <td><a href="{{a.name}}">{{a.name}}</a></td> |
<td>{{{a.description}}}</td> |
{{?is_stable}} |
<td>{{a.version}}</td> |