Index: chrome/common/extensions/docs/templates/articles/getstarted.html |
diff --git a/chrome/common/extensions/docs/templates/articles/getstarted.html b/chrome/common/extensions/docs/templates/articles/getstarted.html |
index 23e577b986e48d5dd5d05a625c0e9aa81e456d64..e1f0963643460c42edbd15b0f7f66033fc954b82 100644 |
--- a/chrome/common/extensions/docs/templates/articles/getstarted.html |
+++ b/chrome/common/extensions/docs/templates/articles/getstarted.html |
@@ -12,7 +12,7 @@ |
<p> |
We'll do so by implementing a UI element we call a |
- <a href="browserAction.html">browser action</a>, which allows us to place a |
+ <a href="browserAction">browser action</a>, which allows us to place a |
clickable icon right next to Chrome's Omnibox for easy access. Clicking that |
icon will open a popup window filled with kittenish goodness, which will look |
something like this: |
@@ -253,7 +253,7 @@ |
<ul> |
<li> |
<p> |
- The <a href="overview.html">Chrome Extension Overview</a> backs up a bit, |
+ The <a href="overview">Chrome Extension Overview</a> backs up a bit, |
and fills in a lot of detail about extensions' architecture in general, |
and some specific concepts you'll want to be familiar with going forward. |
It's the best next step on your journey towards extension mastery. |
@@ -263,7 +263,7 @@ |
<p> |
No one writes perfect code on the first try, which means that you'll need |
to learn about the options available for debugging your creations. Our |
- <a href="tut_debugging.html">debugging tutorial</a> is perfect for that, |
+ <a href="tut_debugging">debugging tutorial</a> is perfect for that, |
and is well worth carefully reading. |
</p> |
</li> |
@@ -271,13 +271,13 @@ |
<p> |
Chrome extensions have access to powerful APIs above and beyond what's |
available on the open web: browser actions are just the tip of the |
- iceburg. Our <a href="api_index.html">chrome.* APIs documentation</a> will |
+ iceburg. Our <a href="api_index">chrome.* APIs documentation</a> will |
walk you through each API in turn. |
</p> |
</li> |
<li> |
<p> |
- Finally, the <a href="devguide.html">developer's guide</a> has dozens of |
+ Finally, the <a href="devguide">developer's guide</a> has dozens of |
additional links to pieces of documentation you might be interested in. |
</p> |
</li> |