| Index: chrome/common/extensions/docs/templates/articles/i18n-messages.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/i18n-messages.html b/chrome/common/extensions/docs/templates/articles/i18n-messages.html
|
| index e3ef7c6ba7252a611a5f2c395e307673173c19b1..6f3d23e389ab7b60c2a1472aa4e7428fe5eba173 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/i18n-messages.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/i18n-messages.html
|
| @@ -7,7 +7,7 @@ file named <code>messages.json</code>
|
| that provides locale-specific strings.
|
| This page describes the format of <code>messages.json</code> files.
|
| For information on how to internationalize and localize,
|
| -see the <a href="i18n.html">Internationalization</a> page.
|
| +see the <a href="i18n">Internationalization</a> page.
|
| </p>
|
|
|
| <h2 id="overview"> Field summary </h2>
|
| @@ -84,7 +84,7 @@ that can appear in a <code>messages.json</code> file.
|
| For details on how the messages file is used —
|
| for example, what happens when a locale doesn't define
|
| all the messages —
|
| -see <a href="i18n.html">Internationalization</a>.
|
| +see <a href="i18n">Internationalization</a>.
|
| </p>
|
|
|
|
|
| @@ -116,7 +116,7 @@ The name can include the following characters:
|
| <b>Note:</b>
|
| Don't define names that begin with "@@".
|
| Those names are reserved for
|
| -<a href="i18n.html#overview-predefined">predefined messages</a>.
|
| +<a href="i18n#overview-predefined">predefined messages</a>.
|
| </p>
|
|
|
| <p>
|
| @@ -138,7 +138,7 @@ taken from the <a href="#example">Example</a> section:
|
|
|
| <p>
|
| For more examples of using names, see the
|
| -<a href="i18n.html">Internationalization</a> page.
|
| +<a href="i18n">Internationalization</a> page.
|
| </p>
|
|
|
|
|
|
|