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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_codelab2_basic.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/app_codelab2_basic.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab2_basic.html b/chrome/common/extensions/docs/templates/articles/app_codelab2_basic.html
index b8820bb5ebb309bea19743af52a683ce2b087dd0..4ead662ef6e80cdde5704c3d08612eb0c43cc7fe 100644
--- a/chrome/common/extensions/docs/templates/articles/app_codelab2_basic.html
+++ b/chrome/common/extensions/docs/templates/articles/app_codelab2_basic.html
@@ -124,14 +124,14 @@ a Reload App option has been added when you run in Developer mode.</li>
<h2 id="you_should_also_read">You should also read</h2>
<ul>
-<li><a href="first_app.html">Create Your First App</a> tutorial</li>
-<li><a href="app.runtime.html">chrome.app.runtime</a> reference</li>
-<li><a href="app.window.html">chrome.app.window</a> reference</li>
+<li><a href="first_app">Create Your First App</a> tutorial</li>
+<li><a href="app.runtime">chrome.app.runtime</a> reference</li>
+<li><a href="app.window">chrome.app.window</a> reference</li>
</ul>
<h2 id="what_39_s_next_">What's next?</h2>
-<p>In <a href="app_codelab3_mvc.html">3 - Create MVC</a>,
+<p>In <a href="app_codelab3_mvc">3 - Create MVC</a>,
you will use either pure JavaScript or
<a href="http://angularjs.org/">AngluarJS</a>
to build your app's model, view, and controller.</p>

Powered by Google App Engine
This is Rietveld 408576698