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

Unified Diff: chrome/common/extensions/docs/templates/intros/proxy.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/proxy.html
diff --git a/chrome/common/extensions/docs/templates/intros/proxy.html b/chrome/common/extensions/docs/templates/intros/proxy.html
index 5289784f34bfc39d2abe9429fd8e56a6e03e64ad..f284bf46481b9459f72dd1a3725e2217bb03a22d 100644
--- a/chrome/common/extensions/docs/templates/intros/proxy.html
+++ b/chrome/common/extensions/docs/templates/intros/proxy.html
@@ -1,6 +1,6 @@
<h2 id="manifest">Manifest</h2>
<p>You must declare the "proxy" permission
-in the <a href="manifest.html">extension manifest</a>
+in the <a href="manifest">extension manifest</a>
to use the proxy settings API.
For example:</p>
<pre data-filename="manifest.json">
@@ -175,7 +175,7 @@ The following code sets a SOCKS 5 proxy for HTTP connections to all servers but
foobar.com and uses direct connections for all other protocols. The settings
apply to regular and incognito windows, as incognito windows inherit settings
from regular windows. Please also consult the <a
- href="types.html#ChromeSetting">Types API</a> documentation.
+ href="types#ChromeSetting">Types API</a> documentation.
</p>
<pre>
@@ -217,7 +217,7 @@ chrome.proxy.settings.set(
<p>
The next snippet queries the currently effective proxy settings. The effective
proxy settings can be determined by another extension or by a policy. See the <a
- href="types.html#ChromeSetting">Types API</a> documentation for details.
+ href="types#ChromeSetting">Types API</a> documentation for details.
</p>
<pre>

Powered by Google App Engine
This is Rietveld 408576698