Index: chrome/common/extensions/docs/static/packaging.html |
=================================================================== |
--- chrome/common/extensions/docs/static/packaging.html (revision 68334) |
+++ chrome/common/extensions/docs/static/packaging.html (working copy) |
@@ -13,7 +13,7 @@ |
<b>Note:</b> |
You might not need to package your extension. |
If you publish your extension using the |
-<a href="https://chrome.google.com/extensions">gallery</a>, |
+<a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a>, |
then the only reason to create your own <code>.crx</code> file |
would be to distribute a non-public version — |
for example, to alpha testers. |
@@ -79,8 +79,8 @@ |
</p> |
<ul> |
<li><a href="#update">Update</a> the extension</li> |
-<li>Upload the extension to the |
-<a href="https://chrome.google.com/extensions">Extensions Gallery</a> </li> |
+<li>Upload the extension using the |
+<a href="https://chrome.google.com/webstore/developer/dashboard">Chrome Developer Dashboard</a></li> |
</ul> |
<p> |
@@ -159,4 +159,4 @@ |
<p> |
For more information on the format, as well as pointers to scripts you can use |
to create <code>.crx</code> files, see <a href="crx.html">CRX package format</a>. |
-</p> |
+</p> |