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

Unified Diff: chrome/common/extensions/docs/templates/intros/devtools_inspectedWindow.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_inspectedWindow.html
diff --git a/chrome/common/extensions/docs/templates/intros/devtools_inspectedWindow.html b/chrome/common/extensions/docs/templates/intros/devtools_inspectedWindow.html
index 4611fe1c8a21e890ee68b6e7dabcfc2a8e47e7ec..b89b83c2e2c50a7af88c0c57005d25ec84819aea 100644
--- a/chrome/common/extensions/docs/templates/intros/devtools_inspectedWindow.html
+++ b/chrome/common/extensions/docs/templates/intros/devtools_inspectedWindow.html
@@ -6,7 +6,7 @@ evaluate the code in the context of inspected window,
reload the page,
or obtain the list of resources within the page.
</p><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>
@@ -14,7 +14,7 @@ general introduction to using Developer Tools APIs.
<p>
The <code>$(ref:devtools.inspectedWindow.tabId tabId)</code> property
provides the tab identifier that you can use with the
-<a href="tabs.html"><code>chrome.tabs.*</code></a> API calls.
+<a href="tabs"><code>chrome.tabs.*</code></a> API calls.
However, please note that <code>chrome.tabs.*</code> API is not
exposed to the Developer Tools extension pages due to security considerations
&mdash; you will need to pass the tab ID to the background page and invoke
@@ -119,5 +119,5 @@ chrome.devtools.inspectedWindow.eval(
<p>
You can find more examples that use Developer Tools APIs in
-<a href="samples.html#devtools">Samples</a>.
+<a href="samples#devtools">Samples</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698