| 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..294927277e602f2cdc1c19fb64325326d9dff830 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
|
| @@ -53,7 +53,7 @@ Use this method when access to the JavaScript state of the inspected page
|
| is required.
|
| </li><li>
|
| The execution context of the code being evaluated includes the
|
| -<a href="http://code.google.com/chrome/devtools/docs/console.html">Developer
|
| +<a href="http://code.google.com/chrome/devtools/docs/console">Developer
|
| Tools console API</a>.
|
| For example,
|
| the code can use <code>inspect</code> and <code>$0</code>.
|
| @@ -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>
|
|
|