Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Unified Diff: chrome/common/extensions/docs/templates/intros/omnibox.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>.

Powered by Google App Engine
This is Rietveld 408576698