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

Unified Diff: chrome/common/extensions/docs/templates/private/intro_tables/socket_permissions.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/private/intro_tables/socket_permissions.html
diff --git a/chrome/common/extensions/docs/templates/private/intro_tables/socket_permissions.html b/chrome/common/extensions/docs/templates/private/intro_tables/socket_permissions.html
index 6c76027d7f1ee33b4118ce53964fa41e7af6a252..8ffd16bea8bcde2d28eb5210bda4762eedbd139a 100644
--- a/chrome/common/extensions/docs/templates/private/intro_tables/socket_permissions.html
+++ b/chrome/common/extensions/docs/templates/private/intro_tables/socket_permissions.html
@@ -1 +1 @@
-For example: <code>{"socket": ["tcp-connect:*:*"]}</code> means connecting on any port of any host. See <a href='app_network.html'>Network Communications</a> for rule syntax.
+For example: <code>{"socket": ["tcp-connect:*:*"]}</code> means connecting on any port of any host. See <a href='app_network'>Network Communications</a> for rule syntax.

Powered by Google App Engine
This is Rietveld 408576698