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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_manifestVersion.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_manifestVersion.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_manifestVersion.html b/chrome/common/extensions/docs/templates/articles/app_manifestVersion.html
index 26ce8b8030055ce57844930be7037fdde8b7d237..db874facd71c92d8ed98e16c3295c98dfa2cb07b 100644
--- a/chrome/common/extensions/docs/templates/articles/app_manifestVersion.html
+++ b/chrome/common/extensions/docs/templates/articles/app_manifestVersion.html
@@ -2,7 +2,7 @@
<p>
Applications are simply bundles of resources, wrapped
- up with a <a href="manifest.html"><code>manifest.json</code></a> file that
+ up with a <a href="manifest"><code>manifest.json</code></a> file that
describes the package's contents. The format of this file is generally stable,
but occasionally breaking changes must be made to address important issues.
Developers should specify which version of the manifest specification their
@@ -28,6 +28,6 @@
<p>
Manifest version 1 only applied to extensions and hosted apps, not
Chrome Apps. It
- was <a href="../extensions/manifestVersion.html">deprecated</a> in
+ was <a href="../extensions/manifestVersion">deprecated</a> in
Chrome 18.
</p>

Powered by Google App Engine
This is Rietveld 408576698