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

Unified Diff: chrome/common/extensions/docs/templates/articles/tutorials.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/tutorials.html
diff --git a/chrome/common/extensions/docs/templates/articles/tutorials.html b/chrome/common/extensions/docs/templates/articles/tutorials.html
index 79fbf8785dcfc57a116a43c50b45be299cc4a639..171e4ef58d8b866e38c3bcd90fd96016a91b5419 100644
--- a/chrome/common/extensions/docs/templates/articles/tutorials.html
+++ b/chrome/common/extensions/docs/templates/articles/tutorials.html
@@ -6,8 +6,8 @@ developing Google Chrome Extensions:
</p>
<ul>
- <li> <a href="getstarted.html">Getting Started</a> </li>
- <li> <a href="tut_debugging.html">Debugging</a> </li>
+ <li> <a href="getstarted">Getting Started</a> </li>
+ <li> <a href="tut_debugging">Debugging</a> </li>
</ul>
<p>
@@ -16,14 +16,14 @@ more specialized topics:
</p>
<ul>
- <li> <a href="tut_analytics.html">Google Analytics</a> -
+ <li> <a href="tut_analytics">Google Analytics</a> -
Track the usage of your extension.
</li>
- <li> <a href="tut_oauth.html">OAuth</a> -
+ <li> <a href="tut_oauth">OAuth</a> -
Learn how your extension can use APIs
(such as <a href="http://code.google.com/apis/gdata/">Google Data APIs</a>)
that support OAuth.
This tutorial features an OAuth library
that you can reuse in your extension.
</li>
-</ul>
+</ul>

Powered by Google App Engine
This is Rietveld 408576698