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> |