Index: chrome/common/extensions/docs/templates/articles/tutorials.html |
diff --git a/chrome/common/extensions/docs/templates/articles/tutorials.html b/chrome/common/extensions/docs/templates/articles/tutorials.html |
index 79fbf8785dcfc57a116a43c50b45be299cc4a639..171e4ef58d8b866e38c3bcd90fd96016a91b5419 100644 |
--- a/chrome/common/extensions/docs/templates/articles/tutorials.html |
+++ b/chrome/common/extensions/docs/templates/articles/tutorials.html |
@@ -6,8 +6,8 @@ developing Google Chrome Extensions: |
</p> |
<ul> |
- <li> <a href="getstarted.html">Getting Started</a> </li> |
- <li> <a href="tut_debugging.html">Debugging</a> </li> |
+ <li> <a href="getstarted">Getting Started</a> </li> |
+ <li> <a href="tut_debugging">Debugging</a> </li> |
</ul> |
<p> |
@@ -16,14 +16,14 @@ more specialized topics: |
</p> |
<ul> |
- <li> <a href="tut_analytics.html">Google Analytics</a> - |
+ <li> <a href="tut_analytics">Google Analytics</a> - |
Track the usage of your extension. |
</li> |
- <li> <a href="tut_oauth.html">OAuth</a> - |
+ <li> <a href="tut_oauth">OAuth</a> - |
Learn how your extension can use APIs |
(such as <a href="http://code.google.com/apis/gdata/">Google Data APIs</a>) |
that support OAuth. |
This tutorial features an OAuth library |
that you can reuse in your extension. |
</li> |
-</ul> |
+</ul> |