Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9220)

Unified Diff: chrome/common/extensions/docs/templates/articles/tut_debugging.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698