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

Unified Diff: chrome/common/extensions/docs/templates/articles/autoupdate.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/autoupdate.html
diff --git a/chrome/common/extensions/docs/templates/articles/autoupdate.html b/chrome/common/extensions/docs/templates/articles/autoupdate.html
index 763694d6fae2305e136550efd46c8157a8dc6f28..09e658f037c04d768007bf3ba0c1e25df440413c 100644
--- a/chrome/common/extensions/docs/templates/articles/autoupdate.html
+++ b/chrome/common/extensions/docs/templates/articles/autoupdate.html
@@ -6,8 +6,8 @@
<p>If you publish using the <a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, you can <em>ignore this page</em>. You can use the dashboard to release updated versions to users, as well as to the Chrome Web Store.</p>
<p>If you want to host somewhere other than the store, keep reading.
-You should also read <a href="hosting.html">Hosting</a> and
-<a href="packaging.html">Packaging</a>.</p>
+You should also read <a href="hosting">Hosting</a> and
+<a href="packaging">Packaging</a>.</p>
<p class="warning"><b>Warning:</b>
As of M33,
@@ -23,7 +23,7 @@ However, extensions hosted on the Chrome Web Store are updated
via the Chrome update mechanism which developers do not control.
Extension developers should be careful about updating extensions
that have a dependency on the native binary
-(for example, legacy extensions using <a href="npapi.html">NPAPI</a>).
+(for example, legacy extensions using <a href="npapi">NPAPI</a>).
</p>
<h2 id="overview">Overview</h2>
@@ -34,7 +34,7 @@ that have a dependency on the native binary
<h2 id="update_url">Update URL</h2>
-<p>If you're hosting your own extension or app, you need to add the "update_url" field to your <a href="manifest.html"><code>manifest.json</code></a> file,
+<p>If you're hosting your own extension or app, you need to add the "update_url" field to your <a href="manifest"><code>manifest.json</code></a> file,
like this:</p>
<pre data-filename="manifest.json">
@@ -66,7 +66,7 @@ and <strong>&lt;updatecheck></strong> elements of the update manifest:
<p><b>appid</b><br>
The extension or app ID, generated based on a hash of the public key,
-as described in <a href="packaging.html">Packaging</a>. You can find the
+as described in <a href="packaging">Packaging</a>. You can find the
ID of an extension or Chrome App by going to the Extensions page (<b>chrome://extensions</b>).
</p>
{{?is_apps}}

Powered by Google App Engine
This is Rietveld 408576698