Index: chrome/common/extensions/docs/templates/articles/packaging.html |
=================================================================== |
--- chrome/common/extensions/docs/templates/articles/packaging.html (revision 159603) |
+++ chrome/common/extensions/docs/templates/articles/packaging.html (working copy) |
@@ -31,7 +31,7 @@ |
</p> |
-<h2>Creating a package</h2> |
+<h2 id="creating">Creating a package</h2> |
<p>To package an extension:</p> |
<ol> |
@@ -165,7 +165,7 @@ |
</ol> |
-<h2>Packaging at the command line</h2> |
+<h2 id="packaging">Packaging at the command line</h2> |
<p> |
Another way to package extensions |
@@ -186,8 +186,8 @@ |
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> |