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

Unified Diff: chrome/common/extensions/docs/templates/intros/contentSettings.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/intros/contentSettings.html
diff --git a/chrome/common/extensions/docs/templates/intros/contentSettings.html b/chrome/common/extensions/docs/templates/intros/contentSettings.html
index 152562a402f5e15ed1783c50ef3386fe373e8783..343b0a7dcfe83d150714344a3d7c972ecef20fd6 100644
--- a/chrome/common/extensions/docs/templates/intros/contentSettings.html
+++ b/chrome/common/extensions/docs/templates/intros/contentSettings.html
@@ -19,7 +19,7 @@ For example:</p>
You can use patterns to specify the websites that each content setting affects.
For example, <code>http://*.youtube.com/*</code> specifies youtube.com and all
of its subdomains. The syntax for content setting patterns is the same as for
-<a href="match_patterns.html">match patterns</a>, with a few differences:
+<a href="match_patterns">match patterns</a>, with a few differences:
<ul><li>For <code>http</code>,
<code>https</code>, and <code>ftp</code> URLs, the path must be a wildcard
(<code>/*</code>). For <code>file</code> URLs, the path must be completely
@@ -137,5 +137,5 @@ tries to keep the identifiers stable across plug-in updates.
<p>
You can find samples of this API on the
-<a href="samples.html#contentSettings">sample page</a>.
+<a href="samples#contentSettings">sample page</a>.
</p>

Powered by Google App Engine
This is Rietveld 408576698