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

Unified Diff: chrome/common/extensions/docs/templates/articles/develop_apps.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/develop_apps.html
diff --git a/chrome/common/extensions/docs/templates/articles/develop_apps.html b/chrome/common/extensions/docs/templates/articles/develop_apps.html
index 3d0402e76c14a729527d14fbbe77d0c0f50f3324..8b58e052b6ae91c3ebf4d7b9eff3d39956282675 100644
--- a/chrome/common/extensions/docs/templates/articles/develop_apps.html
+++ b/chrome/common/extensions/docs/templates/articles/develop_apps.html
@@ -12,7 +12,7 @@ Please keep up to date with the API reference and documentation.
<p class="caution">
<b>Note:</b>
If you've written packaged apps before,
-your <a href="/extensions/apps.html">legacy packaged apps</a>
+your <a href="/extensions/apps">legacy packaged apps</a>
will still work the way they always have,
but they won't have access to the new APIs.
</p>
@@ -24,7 +24,7 @@ Chrome Apps and extensions share a common platform.
They can access many of the same APIs and
they have the same manifest and permissions format.
If you're familiar with the
-<a href="/extensions/index.html">Chrome Extension docs</a>,
+<a href="/extensions/index">Chrome Extension docs</a>,
then the Reference docs should seem familiar.
Many of the reference docs are shared;
we've filtered accessibility to docs that aren't.
@@ -34,11 +34,11 @@ we've filtered accessibility to docs that aren't.
<ul>
<li>Read the
- <a href="about_apps.html">Getting Started</a> guide.</li>
+ <a href="about_apps">Getting Started</a> guide.</li>
<li>Follow the
- <a href="app_codelab.html">Todo App Codelab</a>.</li>
+ <a href="app_codelab">Todo App Codelab</a>.</li>
<li>Check out the
- <a href="api_index.html">Chrome JavaScript APIs</a>.</li>
+ <a href="api_index">Chrome JavaScript APIs</a>.</li>
<li>Fork any and all
<a href="https://github.com/GoogleChrome/chrome-app-samples">chrome-app-samples</a> and make something of your own.</li>
<li>Watch the

Powered by Google App Engine
This is Rietveld 408576698