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

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

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/tabs.html
diff --git a/chrome/common/extensions/docs/templates/intros/tabs.html b/chrome/common/extensions/docs/templates/intros/tabs.html
index 99459c6fb956151ae6f10692712e5a6f60c76f82..62f3f4747095841c60e016ca3c99bf05a3077bb0 100644
--- a/chrome/common/extensions/docs/templates/intros/tabs.html
+++ b/chrome/common/extensions/docs/templates/intros/tabs.html
@@ -2,7 +2,7 @@
<p>
You can use most <code>chrome.tabs</code> methods and events without declaring
-any permissions in the extension's <a href="manifest.html">manifest</a> file.
+any permissions in the extension's <a href="manifest">manifest</a> file.
However, if you require access to the
<code>$(ref:tabs.Tab.url url)</code>,
<code>$(ref:tabs.Tab.title title)</code>, or
@@ -34,5 +34,5 @@ You can find simple examples of manipulating tabs with the
<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/">examples/api/tabs</a>
directory.
For other examples and for help in viewing the source code, see
-<a href="samples.html">Samples</a>.
+<a href="samples">Samples</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698