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

Unified Diff: chrome/common/extensions/docs/templates/articles/whats_new.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/articles/whats_new.html
diff --git a/chrome/common/extensions/docs/templates/articles/whats_new.html b/chrome/common/extensions/docs/templates/articles/whats_new.html
index 9bbcd223dcde54cd97a4f0df088db1b3cf16cf85..fd58ae4e5ce364e7949c730d21361007ad527d3c 100644
--- a/chrome/common/extensions/docs/templates/articles/whats_new.html
+++ b/chrome/common/extensions/docs/templates/articles/whats_new.html
@@ -10,7 +10,7 @@ made in recent releases.
<h4 id="{{c.version}}-new-apis">New APIs</h4>
<ul>
{{#api:c.apis}}
- <li id="{{api.name}}"><a href="{{api.name}}.html">{{api.name}}</a>: {{{api.description}}}</li>
+ <li id="{{api.name}}"><a href="{{api.name}}">{{api.name}}</a>: {{{api.description}}}</li>
{{/}}
</ul>
{{/}}
@@ -30,4 +30,4 @@ made in recent releases.
{{/}}
</ul>
{{/}}
-{{/}}
+{{/}}

Powered by Google App Engine
This is Rietveld 408576698