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

Unified Diff: chrome/common/extensions/docs/templates/articles/external_extensions.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/external_extensions.html
diff --git a/chrome/common/extensions/docs/templates/articles/external_extensions.html b/chrome/common/extensions/docs/templates/articles/external_extensions.html
index 62e224401b5597f848be5247bbaa2ad3a030cb15..ad1cb2b25140dd8c366dc9de4fad387f812403ec 100644
--- a/chrome/common/extensions/docs/templates/articles/external_extensions.html
+++ b/chrome/common/extensions/docs/templates/articles/external_extensions.html
@@ -44,11 +44,11 @@ where the extension is hosted.
<p>
In the preferences file,
it can point to your own server where you are hosting the extension
-(see <a href="autoupdate.html#update_url">autoupdating</a>).
+(see <a href="autoupdate#update_url">autoupdating</a>).
The preferences JSON file also supports installing
an extension from a <code>.crx</code> extension
file on the user's computer
-(see <a href="hosting.html">hosting</a>).
+(see <a href="hosting">hosting</a>).
</p>
@@ -64,9 +64,9 @@ publish it in the store, and link to the store install using
<h2 id="prereqs">Before you begin</h2>
<p>
-First, <a href="/webstore/publish.html">publish</a>
+First, <a href="/webstore/publish">publish</a>
the extension in the Chrome Web Store,
-or package a <a href="packaging.html"><code>.crx</code> file</a>
+or package a <a href="packaging"><code>.crx</code> file</a>
and make sure that it installs successfully.
</p>
@@ -80,8 +80,8 @@ no external installs are allowed from a path to a local <code>.crx</code>
<p>
If installing from an
- <a href="autoupdate.html#update_url">update URL</a>, ensure that the extension
-is properly <a href="hosting.html">hosted</a>.
+ <a href="autoupdate#update_url">update URL</a>, ensure that the extension
+is properly <a href="hosting">hosted</a>.
</p>
<p>
@@ -279,10 +279,10 @@ not from a local file path.</p>
<p>Yes, use the <a href="#preferences">preferences JSON</a> file
for Mac OS X and Linux; the <a href="#registry">registry</a> for Windows.
The extension must be hosted as explained in
-<a href="hosting.html">hosting</a>.
+<a href="hosting">hosting</a>.
In the preferences file,
use the "external_update_url" property to point to an
-<a href="autoupdate.html#update_manifest">update manifest</a> that has the URL for your
+<a href="autoupdate#update_manifest">update manifest</a> that has the URL for your
extension.
In the Windows registry,
use the "update_url" property.</p>
@@ -328,7 +328,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>
<p><b>What if the user uninstalls the extension?</b> </p>

Powered by Google App Engine
This is Rietveld 408576698