summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/overview.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/overview.html')
-rw-r--r--chrome/common/extensions/docs/overview.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/overview.html b/chrome/common/extensions/docs/overview.html
index 9dc28a1..9fb7d8d 100644
--- a/chrome/common/extensions/docs/overview.html
+++ b/chrome/common/extensions/docs/overview.html
@@ -163,9 +163,8 @@
</li>
<li>Finishing
<ul>
- <li><a href="autoupdate.html">Autoupdating</a></li>
- <li><a href="packaging.html">Packaging</a></li>
- <li><a href="external_extensions.html">External Extensions</a></li>
+ <li><a href="hosting.html">Hosting</a></li>
+ <li><a href="external_extensions.html">Other Deployment Options</a></li>
</ul>
</li>
</ul>
@@ -365,8 +364,11 @@ While you're working on your extension,
you put all these files into a single folder.
When you distribute your extension,
the contents of the folder are packaged into a special ZIP file
-that has a <code>.crx</code> suffix,
-as described in <a href="packaging.html">Packaging</a>.
+that has a <code>.crx</code> suffix.
+If you put your extension in the gallery,
+the gallery creates the <code>.crx</code> file for you.
+For details on distributing extensions,
+see <a href="hosting.html">Hosting</a>.
</p>