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