| Index: chrome/common/extensions/docs/templates/intros/windows.html
|
| diff --git a/chrome/common/extensions/docs/templates/intros/windows.html b/chrome/common/extensions/docs/templates/intros/windows.html
|
| index d0b0784330e4a530ef56cbc191b3c8d309d289bd..0ba3b98c1935c7c8c6b9bf2b950ac3ff1acffc00 100644
|
| --- a/chrome/common/extensions/docs/templates/intros/windows.html
|
| +++ b/chrome/common/extensions/docs/templates/intros/windows.html
|
| @@ -4,7 +4,7 @@ When requested, a <code>$(ref:windows.Window)</code>
|
| will contain an array of <code>$(ref:tabs.Tab)</code> objects.
|
|
|
| You must declare the <code>"tabs"</code> permission in your
|
| -<a href="manifest.html">manifest</a> if you require access to the
|
| +<a href="manifest">manifest</a> if you require access to the
|
| <code>$(ref:tabs.Tab.url url)</code>,
|
| <code>$(ref:tabs.Tab.title title)</code>, or
|
| <code>$(ref:tabs.Tab.favIconUrl favIconUrl)</code> properties of
|
| @@ -43,7 +43,7 @@ The current window is the window that contains the page that made
|
| the call, no matter what the topmost window is.
|
| </p>
|
|
|
| -<p>In the case of the <a href="event_pages.html">event page</a>,
|
| +<p>In the case of the <a href="event_pages">event page</a>,
|
| the value of the current window falls back to the last active window. Under some
|
| circumstances, there may be no current window for background pages.
|
| </p>
|
| @@ -58,10 +58,10 @@ You can find simple examples of using the windows module in the
|
| <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/windows/">examples/api/windows</a>
|
| directory.
|
| Another example is in the
|
| -<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api.html?content-type=text/plain">tabs_api.html</a> file
|
| +<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/inspector/tabs_api?content-type=text/plain">tabs_api</a> file
|
| of the
|
| <a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/inspector/">inspector</a>
|
| example.
|
| For other examples and for help in viewing the source code, see
|
| -<a href="samples.html">Samples</a>.
|
| +<a href="samples">Samples</a>.
|
| </p>
|
|
|