| 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..08afd58a9e239b9570cf497431a27db143830416 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>
|
| @@ -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>
|
|
|