diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 23:33:15 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-08 23:33:15 +0000 |
commit | 74c8a51b0a99d5746bb9324902ed34be8df28e24 (patch) | |
tree | fd095d7db4e3c6980df2a8bb28ba9d28baed2594 /chrome/common/extensions/docs/packaging.html | |
parent | 046c8fdcfdb434b4d0fa700640861560e5cb5dd1 (diff) | |
download | chromium_src-74c8a51b0a99d5746bb9324902ed34be8df28e24.zip chromium_src-74c8a51b0a99d5746bb9324902ed34be8df28e24.tar.gz chromium_src-74c8a51b0a99d5746bb9324902ed34be8df28e24.tar.bz2 |
Migrate information on AutoUpdate to new extensions docs.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/195029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25681 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions/docs/packaging.html')
-rwxr-xr-x | chrome/common/extensions/docs/packaging.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/extensions/docs/packaging.html b/chrome/common/extensions/docs/packaging.html index cc97dd1..e9af4d9 100755 --- a/chrome/common/extensions/docs/packaging.html +++ b/chrome/common/extensions/docs/packaging.html @@ -111,7 +111,7 @@ <li><a href="npapi.html">NPAPI Plugins</a></li> <li><a href="xhr.html">Cross-Origin XHR</a></li> <li class="leftNavSelected">Packaging</li> - <li>Autoupdate</li> + <li><a href="autoupdate.html">Autoupdate</a></li> </ul> </li> <li><a href="tutorials.html"><div>Tutorials</div></a> @@ -232,7 +232,7 @@ for inclusion in the gallery.] <p>To package an extension:</p> <ol> <li> - Bring up the Extensions page + Bring up the Extensions management page by going to this URL: <blockquote> <b>chrome://extensions</b> @@ -293,7 +293,7 @@ the <code>.crx</code> and <code>.pem</code> files:</p> </li> <li> - Bring up the Extensions page + Bring up the Extensions management page by going to this URL: <b>chrome://extensions</b> </li> |