summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/getstarted.html
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/getstarted.html')
-rw-r--r--chrome/common/extensions/docs/getstarted.html26
1 files changed, 19 insertions, 7 deletions
diff --git a/chrome/common/extensions/docs/getstarted.html b/chrome/common/extensions/docs/getstarted.html
index 452b919..eda5146 100644
--- a/chrome/common/extensions/docs/getstarted.html
+++ b/chrome/common/extensions/docs/getstarted.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>
@@ -402,18 +401,31 @@ it won't work! </p>
<!-- [PENDING: Summarize what we did, what it means, what else we would've done if this were a real extension (e.g. package/zip it), and where to find more information.] -->
<p>
-Here are some suggestions for what to do next:
+Here are some suggestions for what to read next:
</p>
<ul>
<li>
- Read the <a href="overview.html">Overview</a>
+ The <a href="overview.html">Overview</a>,
+ which has important conceptual and practical information
</li>
<li>
- Learn how to debug extensions by following the
- <a href="tut_debugging.html">debugging tutorial</a>
+ The
+ <a href="tut_debugging.html">debugging tutorial</a>,
+ which starts where this tutorial leaves off
</li>
<li>
+ The <a href="hosting.html">hosting</a> page,
+ which tells you about the gallery
+ and other options for distributing your extension
+ </li>
+</ul>
+
+<p>
+If you don't feel like reading, try these:
+</p>
+<ul>
+ <li>
Keep up to date with the latest news:
<a href="http://groups.google.com/a/chromium.org/group/chromium-extensions/subscribe">subscribe to chromium-extensions</a>
</li>