| 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>
|
|
|