Index: chrome/common/extensions/docs/templates/intros/pageAction.html |
diff --git a/chrome/common/extensions/docs/templates/intros/pageAction.html b/chrome/common/extensions/docs/templates/intros/pageAction.html |
index 82eb6d5d3a1f0fc8dbe480b92df1357cac78a841..278df74ebb2123d4e8824cb9ad25a692dab42453 100644 |
--- a/chrome/common/extensions/docs/templates/intros/pageAction.html |
+++ b/chrome/common/extensions/docs/templates/intros/pageAction.html |
@@ -18,14 +18,14 @@ the RSS feed for the current page. |
<p> |
If you want the extension's icon to always be visible, |
-use a <a href="browserAction.html">browser action</a> instead. |
+use a <a href="browserAction">browser action</a> instead. |
</p> |
<h2 id="manifest">Manifest</h2> |
<p> |
Register your page action in the |
-<a href="manifest.html">extension manifest</a> |
+<a href="manifest">extension manifest</a> |
like this: |
</p> |
@@ -73,7 +73,7 @@ they can't have badges, however. |
In addition, page actions can appear and disappear. |
You can find information about icons, tooltips, and popups |
by reading about the |
-<a href="browserAction.html#ui">browser action UI</a>. |
+<a href="browserAction#ui">browser action UI</a>. |
</p> |
<p> |
@@ -104,7 +104,7 @@ follow these guidelines:</p> |
<li><b>Don't</b> use page actions |
for features that make sense |
for most pages. |
- Use <a href="browserAction.html">browser actions</a> instead. |
+ Use <a href="browserAction">browser actions</a> instead. |
<li><b>Don't</b> constantly animate your icon. |
That's just annoying. |
</ul> |
@@ -117,5 +117,5 @@ You can find simple examples of using page actions in the |
<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/pageAction/">examples/api/pageAction</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> |