Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2031)

Unified Diff: chrome/common/extensions/docs/templates/intros/fileBrowserHandler.html

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
-->

Powered by Google App Engine
This is Rietveld 408576698