Index: chrome/common/extensions/docs/templates/intros/omnibox.html |
diff --git a/chrome/common/extensions/docs/templates/intros/omnibox.html b/chrome/common/extensions/docs/templates/intros/omnibox.html |
index b24ec1421bd005f05df4334d82925dcbed66f0d2..6536efb81ab2b8a7d45c85d0c0969db114a63850 100644 |
--- a/chrome/common/extensions/docs/templates/intros/omnibox.html |
+++ b/chrome/common/extensions/docs/templates/intros/omnibox.html |
@@ -25,7 +25,7 @@ and can take action. |
<p> |
You must include an <code>omnibox</code> <code>keyword</code> field |
-in the <a href="manifest.html">manifest</a> |
+in the <a href="manifest">manifest</a> |
to use the omnibox API. |
You should also |
specify a 16x16-pixel icon, which will be |
@@ -58,7 +58,7 @@ Chrome automatically creates a grayscale version of |
your 16x16-pixel icon. You should provide |
a full-color version so that it can also be |
used in other situations that require color. |
-For example, the <a href="contextMenus.html" |
+For example, the <a href="contextMenus" |
>context menus API</a> also uses a 16x16-pixel |
icon, but it is displayed in color. |
</p> |
@@ -68,4 +68,4 @@ icon, but it is displayed in color. |
<p> |
You can find samples of this API on the |
-<a href="samples.html#omnibox">sample page</a>. |
+<a href="samples#omnibox">sample page</a>. |