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

Unified Diff: chrome/common/extensions/docs/templates/articles/match_patterns.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/match_patterns.html
diff --git a/chrome/common/extensions/docs/templates/articles/match_patterns.html b/chrome/common/extensions/docs/templates/articles/match_patterns.html
index 1abf3d5ff560d2db041ad4a63ba6bdb547c09134..6bf96343f9cae2ee4237992e034ee81e7e11aa10 100644
--- a/chrome/common/extensions/docs/templates/articles/match_patterns.html
+++ b/chrome/common/extensions/docs/templates/articles/match_patterns.html
@@ -1,8 +1,8 @@
<h1>Match Patterns</h1>
<p>
-<a href="declare_permissions.html#host-permissions">Host
-permissions</a> and <a href="content_scripts.html">content
+<a href="declare_permissions#host-permissions">Host
+permissions</a> and <a href="content_scripts">content
script</a> matching are based on a set of URLs defined by
<dfn>match patterns</dfn>. A match pattern is essentially a
URL that begins with a permitted scheme (<code>http</code>,
@@ -83,7 +83,7 @@ The following table shows some valid patterns.
<td>
http://www.google.com/<br>
- http://example.org/foo/bar.html
+ http://example.org/foo/bar
</td>
</tr>
@@ -98,7 +98,7 @@ The following table shows some valid patterns.
</td>
<td>
- http://example.com/foo/bar.html<br>
+ http://example.com/foo/bar<br>
http://www.google.com/foo<b></b>
</td>
</tr>
@@ -124,13 +124,13 @@ The following table shows some valid patterns.
<tr>
<td>
- <code>http://example.org/foo/bar.html </code>
+ <code>http://example.org/foo/bar </code>
</td>
<td>Matches the specified URL</td>
<td>
- http://example.org/foo/bar.html
+ http://example.org/foo/bar
</td>
</tr>
@@ -143,7 +143,7 @@ The following table shows some valid patterns.
</td>
<td>
- file:///foo/bar.html<br>
+ file:///foo/bar<br>
file:///foo
</td>
</tr>
@@ -159,7 +159,7 @@ The following table shows some valid patterns.
</td>
<td>
http://127.0.0.1/<br>
- http://127.0.0.1/foo/bar.html
+ http://127.0.0.1/foo/bar
</td>
</tr>
@@ -191,7 +191,7 @@ The following table shows some valid patterns.
</td>
<td>
- chrome-extension://askla...asdf/options.html
+ chrome-extension://askla...asdf/options
</td>
</tr>
@@ -206,8 +206,8 @@ The following table shows some valid patterns.
schemes.)
</td>
<td>
- http://example.org/foo/bar.html<br>
- file:///bar/baz.html
+ http://example.org/foo/bar<br>
+ file:///bar/baz
</td>
</tr>
</tbody>

Powered by Google App Engine
This is Rietveld 408576698