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

Unified Diff: chrome/common/extensions/docs/templates/articles/extensions_index.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/extensions_index.html
diff --git a/chrome/common/extensions/docs/templates/articles/extensions_index.html b/chrome/common/extensions/docs/templates/articles/extensions_index.html
index 1dd218d06cf94f60d5ae225bf98d4e642c8e9e3a..e812035f539ac171c0c72b837a9d347839eeb23d 100644
--- a/chrome/common/extensions/docs/templates/articles/extensions_index.html
+++ b/chrome/common/extensions/docs/templates/articles/extensions_index.html
@@ -17,7 +17,7 @@
Extensions have little to no user interface.
For example, the image to the right shows the icon
that provides the UI for the
- <a href="samples.html#google-mail-checker">Google Mail Checker extension</a>.
+ <a href="samples#google-mail-checker">Google Mail Checker extension</a>.
</p>
<p>
@@ -41,11 +41,11 @@
<h2 id="How-do-I-start">How do I start?</h2>
<ol>
<li>
- Follow the <a href="getstarted.html">Getting Started tutorial</a>
+ Follow the <a href="getstarted">Getting Started tutorial</a>
</li>
<li>
Read the
- <a href="overview.html">Overview</a>
+ <a href="overview">Overview</a>
</li>
<li>
Keep up-to-date by reading the

Powered by Google App Engine
This is Rietveld 408576698