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

Unified Diff: chrome/common/extensions/docs/templates/intros/devtools_panels.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/devtools_panels.html
diff --git a/chrome/common/extensions/docs/templates/intros/devtools_panels.html b/chrome/common/extensions/docs/templates/intros/devtools_panels.html
index 4389eb12f87c0ea2be5e50cb43b3247415b9ab7e..a332b306c1599eab078798e05792969e534c80ce 100644
--- a/chrome/common/extensions/docs/templates/intros/devtools_panels.html
+++ b/chrome/common/extensions/docs/templates/intros/devtools_panels.html
@@ -1,5 +1,5 @@
<p>
-See <a href="devtools.html">DevTools APIs summary</a> for
+See <a href="devtools">DevTools APIs summary</a> for
general introduction to using Developer Tools APIs.
</p>
@@ -9,10 +9,10 @@ general introduction to using Developer Tools APIs.
Each extension panel and sidebar is displayed as a separate HTML page. All
extension pages displayed in the Developer Tools window have access to all
modules in <code>chrome.devtools</code> API, as well as to
-<a href="extension.html">chrome.extension</a> API. Other extension APIs are not
+<a href="extension">chrome.extension</a> API. Other extension APIs are not
available to the pages within Developer Tools window, but you may invoke them
by sending a request to the background page of your extension, similarly to how
-it's done in the <a href="overview.html#contentScripts">content scripts</a>.
+it's done in the <a href="overview#contentScripts">content scripts</a>.
</p><p>
You can use the <code>$(ref:devtools.panels.setOpenResourceHandler)
</code> method to install a
@@ -56,5 +56,5 @@ Developer Tools window:
<p>
You can find examples that use this API in
-<a href="samples.html#chrome-query">Samples</a>.
+<a href="samples#chrome-query">Samples</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698