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

Unified Diff: chrome/common/extensions/docs/templates/articles/i18n-messages.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/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 &mdash;
for example, what happens when a locale doesn't define
all the messages &mdash;
-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>

Powered by Google App Engine
This is Rietveld 408576698