Index: chrome/common/extensions/docs/templates/intros/tabs.html |
diff --git a/chrome/common/extensions/docs/templates/intros/tabs.html b/chrome/common/extensions/docs/templates/intros/tabs.html |
index 99459c6fb956151ae6f10692712e5a6f60c76f82..62f3f4747095841c60e016ca3c99bf05a3077bb0 100644 |
--- a/chrome/common/extensions/docs/templates/intros/tabs.html |
+++ b/chrome/common/extensions/docs/templates/intros/tabs.html |
@@ -2,7 +2,7 @@ |
<p> |
You can use most <code>chrome.tabs</code> methods and events without declaring |
-any permissions in the extension's <a href="manifest.html">manifest</a> file. |
+any permissions in the extension's <a href="manifest">manifest</a> file. |
However, if you require access to the |
<code>$(ref:tabs.Tab.url url)</code>, |
<code>$(ref:tabs.Tab.title title)</code>, or |
@@ -34,5 +34,5 @@ You can find simple examples of manipulating tabs with the |
<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/tabs/">examples/api/tabs</a> |
directory. |
For other examples and for help in viewing the source code, see |
-<a href="samples.html">Samples</a>. |
+<a href="samples">Samples</a>. |
</p> |