Index: chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html |
diff --git a/chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html b/chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html |
index c25c3fbc8453c5050bdc8af73b87d51308336da1..76026b3abbf1a5de1d5814f4d3015711c42f5f04 100644 |
--- a/chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html |
+++ b/chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html |
@@ -32,7 +32,7 @@ results in an "Upload to Picasa" button that the user can click. |
<p> |
You must declare the "fileBrowserHandler" permission |
-in the <a href="manifest.html">extension manifest</a>, |
+in the <a href="manifest">extension manifest</a>, |
and you must use the "file_browser_handlers" field |
to register the extension as a handler of at least one file type. |
You should also provide a 16x16 icon |
@@ -68,7 +68,7 @@ For example: |
<p class="note"> |
<b>Note:</b> |
You can specify locale-specific strings for the value of "default_title". |
-See <a href="i18n.html">Internationalization (i18n)</a> for details. |
+See <a href="i18n">Internationalization (i18n)</a> for details. |
</p> |
<h2 id="code">Implementing a file browser handler</h2> |
@@ -142,6 +142,6 @@ Mention <code>filesystem:*.*</code>. |
<p> |
For examples of using this API, see ... |
For other examples and for help in viewing the source code, see |
-<a href="samples.html">Samples</a>. |
+<a href="samples">Samples</a>. |
</p> |
--> |