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

Unified Diff: chrome/common/extensions/docs/templates/articles/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/apps.html
diff --git a/chrome/common/extensions/docs/templates/articles/apps.html b/chrome/common/extensions/docs/templates/articles/apps.html
index de1eaaf21315132cbca2ed90ba6b61cedec149ae..d2d045d7d3d274d7ee41dfcf30cf54f1a149d906 100644
--- a/chrome/common/extensions/docs/templates/articles/apps.html
+++ b/chrome/common/extensions/docs/templates/articles/apps.html
@@ -7,7 +7,7 @@ All content in this doc refers to the legacy version of packaged apps.
Your legacy packaged apps will still work,
but you won't have access to any of the new APIs.
Check out the new version of
-<a href="../apps/about_apps.html">Chrome Apps</a>;
+<a href="../apps/about_apps">Chrome Apps</a>;
otherwise, you're missing out!
</p>
@@ -26,8 +26,8 @@ that's bundled into a <code>.crx</code> file
and can use Chrome extension features.
You build a packaged app just like you build an extension,
except that a packaged app can't include a
-<a href="browserAction.html">browser action</a> or
-<a href="pageAction.html">page action</a>.
+<a href="browserAction">browser action</a> or
+<a href="pageAction">page action</a>.
Instead, a packaged app includes at least one HTML file
within its <code>.crx</code> file
that provides the app's user interface.
@@ -38,7 +38,7 @@ Packaged apps are a type of
<a href="http://code.google.com/chrome/apps/">installable web app</a>&mdash;a
web app that can be installed in Chrome.
The other type of installable web app is a
-<a href="http://code.google.com/chrome/apps/docs/developers_guide.html">hosted app</a>,
+<a href="http://code.google.com/chrome/apps/docs/developers_guide">hosted app</a>,
which is an ordinary web app with a bit of additional metadata.
</p>
@@ -158,19 +158,19 @@ tabs that contain app's pages.
They also should provide a 128x128 icon,
but not a 48x48 icon.
See the manifest documentation for the
-<a href="manifest/icons.html">"icons" field</a>
+<a href="manifest/icons">"icons" field</a>
for more information.
</p>
<p>
For further details on what a packaged app's manifest can contain, see the
-<a href="manifest.html">manifest documentation</a>.
+<a href="manifest">manifest documentation</a>.
</p>
<h2 id="next">What next?</h2>
<p>
-Read the <a href="overview.html">Overview</a> to learn
+Read the <a href="overview">Overview</a> to learn
basic concepts about extensions.
</p>

Powered by Google App Engine
This is Rietveld 408576698