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

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

Issue 219213007: Remove .html extension from links (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 8 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/input_ime.html
diff --git a/chrome/common/extensions/docs/templates/intros/input_ime.html b/chrome/common/extensions/docs/templates/intros/input_ime.html
index 6cde4c4f309058e0860396079cce03f0bbdcec09..2ff8bb1c04ba17e78e794bb80757b2aadb03d14a 100644
--- a/chrome/common/extensions/docs/templates/intros/input_ime.html
+++ b/chrome/common/extensions/docs/templates/intros/input_ime.html
@@ -1,6 +1,6 @@
<h2 id="manifest">Manifest</h2>
<p>You must declare the "input" permission
-in the <a href="manifest.html">extension manifest</a>
+in the <a href="manifest">extension manifest</a>
to use the input.ime API.
For example:</p>
<pre data-filename="manifest.json">
@@ -43,5 +43,5 @@ For an example of using this API, see the
<a
href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/api/input.ime/basic/">basic input.ime sample</a>.
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