| Index: chrome/common/extensions/docs/templates/articles/tut_debugging.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/tut_debugging.html b/chrome/common/extensions/docs/templates/articles/tut_debugging.html
|
| index 3d6435c33dc56607bc6b93b936c424d26339c954..f7bf5f043bbd3ede0f1d054ef89b9e8b4403cb7b 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/tut_debugging.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/tut_debugging.html
|
| @@ -13,7 +13,7 @@ to interactively debug an extension.
|
| <p>
|
| To follow this tutorial, you need
|
| the Hello World extension that was featured in
|
| -<a href="getstarted.html">Getting Started</a>.
|
| +<a href="getstarted">Getting Started</a>.
|
| In this section,
|
| you'll load the extension
|
| and take a look at its information
|
| @@ -40,7 +40,7 @@ in the Extensions page.
|
| extract them from this
|
| <a href="examples/tutorials/getstarted.zip" download="getstarted.zip">ZIP file</a>.
|
| See Getting Started if you need
|
| - <a href="getstarted.html#unpacked">instructions
|
| + <a href="getstarted#unpacked">instructions
|
| for loading the extension</a>.
|
| </p>
|
| </li>
|
| @@ -78,7 +78,7 @@ As long as your browser is in Developer mode, it's easy to inspect popups.
|
| style="margin:0" />
|
| and choose the <b>Inspect popup</b> menu item. The popup appears,
|
| and a Developer Tools window like the following should display the code
|
| - for <b>popup.html</b>.
|
| + for <b>popup</b>.
|
|
|
| <p>
|
| <img src="{{static}}/images/devtools-1.gif" alt=""
|
| @@ -123,7 +123,7 @@ as it adds images to itself.
|
| </li>
|
|
|
| <li>
|
| - Make sure you can see the <b>popup.html</b> tab.
|
| + Make sure you can see the <b>popup</b> tab.
|
| It should show 20 "hello world" images.
|
| </li>
|
|
|
| @@ -237,7 +237,7 @@ here are suggestions for what to do next:
|
| <li>
|
| Try installing and inspecting other extensions,
|
| such as the
|
| - <a href="samples.html">samples</a>.
|
| + <a href="samples">samples</a>.
|
| </li>
|
| <li>
|
| Try using widely available debugging APIs such as
|
| @@ -257,6 +257,6 @@ here are suggestions for what to do next:
|
|
|
| <p>
|
| For more ideas,
|
| -see the <a href="getstarted.html#next-steps">Now what?</a> section
|
| +see the <a href="getstarted#next-steps">Now what?</a> section
|
| of Getting Started.
|
| </p>
|
|
|