Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2012)

Unified Diff: chrome/common/extensions/docs/templates/private/api_table.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698