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> |