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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_network.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/app_network.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_network.html b/chrome/common/extensions/docs/templates/articles/app_network.html
index 9d66867329d49ba514ff618a3d2b3aa66a44c830..378ae2117271d55b9e5868815b8cef27dd7aa92e 100644
--- a/chrome/common/extensions/docs/templates/articles/app_network.html
+++ b/chrome/common/extensions/docs/templates/articles/app_network.html
@@ -7,9 +7,9 @@ This doc shows you how to use TCP and UDP
to send and receive data over the network.
For more information,
see the
-<a href="sockets_udp.html">Sockets UDP</a>,
-<a href="sockets_tcp.html">Sockets TCP</a> and
-<a href="sockets_tcp_server.html">Sockets TCP Server</a> APIs.
+<a href="sockets_udp">Sockets UDP</a>,
+<a href="sockets_tcp">Sockets TCP</a> and
+<a href="sockets_tcp_server">Sockets TCP Server</a> APIs.
</p>
<p class="note">
@@ -29,7 +29,7 @@ and <a href="https://github.com/GoogleChrome/chrome-app-samples/tree/master/udp"
<p>
For Chrome Apps that use TCP or UDP,
-add the <a href="manifest/sockets.html">sockets</a> entry to the manifest
+add the <a href="manifest/sockets">sockets</a> entry to the manifest
and specify the IP end point permission rules.
For example:
</p>
@@ -63,7 +63,7 @@ The syntax of socket "host-pattern" entries follows these rules:
</pre>
<p>
-See <a href="manifest/sockets.html">Sockets Manifest Key</a> for detailed
+See <a href="manifest/sockets">Sockets Manifest Key</a> for detailed
description of the syntax.
</p>

Powered by Google App Engine
This is Rietveld 408576698