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

Unified Diff: chrome/common/extensions/docs/templates/articles/a11y.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/a11y.html
diff --git a/chrome/common/extensions/docs/templates/articles/a11y.html b/chrome/common/extensions/docs/templates/articles/a11y.html
index 50c6b473087533816e4dde58b82756a2a2028443..e295a3e7ccd703af34b6e9e45d871b3b77174c3b 100644
--- a/chrome/common/extensions/docs/templates/articles/a11y.html
+++ b/chrome/common/extensions/docs/templates/articles/a11y.html
@@ -303,7 +303,7 @@ is to list them somewhere.
Your application's options page
{{:is_apps}}
Your extension's
- <a href="options.html">Options page</a>
+ <a href="options">Options page</a>
{{/is_apps}}
might be a good place to do this.
</p>
@@ -467,4 +467,4 @@ For an example that implements keyboard navigation and ARIA properties, see
(compare it to
<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/examples/extensions/news/">examples/extensions/news</a>).
For more examples and for help in viewing the source code,
-see <a href="samples.html">Samples</a>.
+see <a href="sampleshtml">Samples</a>.
« no previous file with comments | « chrome/common/extensions/api/windows.json ('k') | chrome/common/extensions/docs/templates/articles/about_apps.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698