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

Unified Diff: chrome/common/extensions/docs/templates/articles/external_extensions.html

Issue 12223068: Fix some typos, broken links and other issues in extension docs (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 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
===================================================================
--- chrome/common/extensions/docs/templates/articles/external_extensions.html (revision 181647)
+++ chrome/common/extensions/docs/templates/articles/external_extensions.html (working copy)
@@ -38,7 +38,7 @@
Both ways support installing an extension from a <code>.crx</code> extension
file on the user's computer. The preferences JSON file also supports installing
an extension hosted at an
-<a href="autoupdate.html#H2-1">update URL</a>.
+<a href="autoupdate.html#update_url">update URL</a>.
See <a href="hosting.html">hosting</a> for details on hosting an extension.
</p>
@@ -51,7 +51,7 @@
</p>
<p>
If you wish to install from an
- <a href="autoupdate.html#H2-1">update URL</a>, ensure that the extension
+ <a href="autoupdate.html#update_url">update URL</a>, ensure that the extension
is properly <a href="hosting.html">hosted</a>.
</p>
@@ -255,7 +255,7 @@
<p>Yes, if you use a <a href="#preferences">preferences JSON</a> file. The
extension must be hosted as explained in <a href="hosting.html">hosting</a>.
Use the "external_update_url" property to point to an
-<a href="autoupdate.html#H2-2">update manifest</a> that has the URL for your
+<a href="autoupdate.html#update_manifest">update manifest</a> that has the URL for your
extension.</p>
<br>
@@ -311,4 +311,4 @@
your extension through the UI,
you can remove the blacklist tag
by installing the extension normally
-through the UI, and then uninstalling it. </p>
+through the UI, and then uninstalling it. </p>

Powered by Google App Engine
This is Rietveld 408576698