| 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 7e47f194376327fc7119e5141dfd2fb6792e0452..4a6b4aaa04357b6cc367cd651b75076998ba4db0 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/packaging.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/packaging.html
|
| @@ -33,7 +33,7 @@ your extensions!
|
| </p>
|
|
|
|
|
| -<h2>Creating a package</h2>
|
| +<h2 id="creating">Creating a package</h2>
|
|
|
| <p>To package an extension:</p>
|
| <ol>
|
| @@ -167,7 +167,7 @@ follow these steps:
|
| </ol>
|
|
|
|
|
| -<h2>Packaging at the command line</h2>
|
| +<h2 id="packaging">Packaging at the command line</h2>
|
|
|
| <p>
|
| Another way to package extensions
|
| @@ -188,8 +188,8 @@ To suppress the dialog,
|
| add <code>--no-message-box</code> to the command.
|
| </p>
|
|
|
| -<h2>Package format and scripts</h2>
|
| +<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>.
|
| -</p>
|
| +</p>
|
|
|