| Index: chrome/common/extensions/docs/templates/articles/packaging.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/packaging.html b/chrome/common/extensions/docs/templates/articles/packaging.html
|
| index 49dbe1698163475b4dbddee8a74b60ee3e97f15f..c4e844d8fd0f53d0e8ccd42ed87262265fa8993d 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/packaging.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/packaging.html
|
| @@ -3,7 +3,7 @@
|
|
|
| <p>
|
| This page describes how to package your extension.
|
| -As the <a href="overview.html">Overview</a> explains,
|
| +As the <a href="overview">Overview</a> explains,
|
| extensions are packaged as signed ZIP files
|
| with the file extension "crx"—for example,
|
| <code>myextension.crx</code>.
|
| @@ -19,7 +19,7 @@ would be to distribute a non-public version—for example,
|
| to alpha testers.
|
| You can find information on publishing extensions and apps in the
|
| Chrome Web Store getting started tutorial, starting at
|
| -<a href="http://code.google.com/chrome/webstore/docs/get_started_simple.html#step5">Step 5: Zip up your app</a>.
|
| +<a href="http://code.google.com/chrome/webstore/docs/get_started_simple#step5">Step 5: Zip up your app</a>.
|
| </p>
|
|
|
| <p>
|
| @@ -186,5 +186,5 @@ chrome.exe --pack-extension=C:\myext --pack-extension-key=C:\myext.pem
|
| <h2 id="format">Package format and scripts</h2>
|
| <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>.
|
| +to create <code>.crx</code> files, see <a href="crx">CRX Package Format</a>.
|
| </p>
|
|
|