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

Unified Diff: chrome/common/extensions/docs/templates/articles/options.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/articles/options.html
diff --git a/chrome/common/extensions/docs/templates/articles/options.html b/chrome/common/extensions/docs/templates/articles/options.html
index befbcd84a077a2f9ea7533df1ff55d26054edce5..a9b88dd881b88ebd8d9888c49bb2b2e715237f17 100644
--- a/chrome/common/extensions/docs/templates/articles/options.html
+++ b/chrome/common/extensions/docs/templates/articles/options.html
@@ -10,7 +10,7 @@
{
"name": "My extension",
...
- <b>"options_page": "options.html"</b>,
+ <b>"options_page": "options"</b>,
...
}
</pre>
@@ -19,7 +19,7 @@
Here is an example options page:
-<pre data-filename="options.html">
+<pre data-filename="options">
&lt;!DOCTYPE html>
&lt;html>
&lt;head>&lt;title>My Test Extension Options&lt;/title>&lt;/head>

Powered by Google App Engine
This is Rietveld 408576698