summaryrefslogtreecommitdiffstats
path: root/extensions/common
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2016-02-08 15:27:20 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-08 23:28:49 +0000
commitdf175a8c3d1c1060f96d123a5896fdfbe4b3782d (patch)
tree056469a3d98052b2267706730a1f1877855b0122 /extensions/common
parent4221ee5c237327bebac80f7d2baa81d8ee18d4dd (diff)
downloadchromium_src-df175a8c3d1c1060f96d123a5896fdfbe4b3782d.zip
chromium_src-df175a8c3d1c1060f96d123a5896fdfbe4b3782d.tar.gz
chromium_src-df175a8c3d1c1060f96d123a5896fdfbe4b3782d.tar.bz2
update obsolete code.google.com documentation links
This is a documentation-only change. Disabling presubmit checks, due to "noparent" settings for the following files: components/policy/resources/policy_templates.json content/common/font_config_ipc_linux.h BUG=567488 NOPRESUBMIT=true TBR=atwilson,dcheng Review URL: https://codereview.chromium.org/1592403002 Cr-Commit-Position: refs/heads/master@{#374213}
Diffstat (limited to 'extensions/common')
-rw-r--r--extensions/common/api/declarative_web_request.json2
-rw-r--r--extensions/common/api/events.json4
2 files changed, 3 insertions, 3 deletions
diff --git a/extensions/common/api/declarative_web_request.json b/extensions/common/api/declarative_web_request.json
index bfb7082..f504070 100644
--- a/extensions/common/api/declarative_web_request.json
+++ b/extensions/common/api/declarative_web_request.json
@@ -184,7 +184,7 @@
},
{
"id": "declarativeWebRequest.RedirectByRegEx",
- "description": "Redirects a request by applying a regular expression on the URL. The regular expressions use the <a href=\"http://code.google.com/p/re2/wiki/Syntax\">RE2 syntax</a>.",
+ "description": "Redirects a request by applying a regular expression on the URL. The regular expressions use the <a href=\"https://github.com/google/re2/blob/master/doc/syntax.txt\">RE2 syntax</a>.",
"type": "object",
"properties": {
"instanceType": {
diff --git a/extensions/common/api/events.json b/extensions/common/api/events.json
index d3ab871..ba31dea 100644
--- a/extensions/common/api/events.json
+++ b/extensions/common/api/events.json
@@ -292,12 +292,12 @@
},
"urlMatches": {
"type": "string",
- "description": "Matches if the URL (without fragment identifier) matches a specified regular expression. Port numbers are stripped from the URL if they match the default port number. The regular expressions use the <a href=\"http://code.google.com/p/re2/wiki/Syntax\">RE2 syntax</a>.",
+ "description": "Matches if the URL (without fragment identifier) matches a specified regular expression. Port numbers are stripped from the URL if they match the default port number. The regular expressions use the <a href=\"https://github.com/google/re2/blob/master/doc/syntax.txt\">RE2 syntax</a>.",
"optional": true
},
"originAndPathMatches": {
"type": "string",
- "description": "Matches if the URL without query segment and fragment identifier matches a specified regular expression. Port numbers are stripped from the URL if they match the default port number. The regular expressions use the <a href=\"http://code.google.com/p/re2/wiki/Syntax\">RE2 syntax</a>.",
+ "description": "Matches if the URL without query segment and fragment identifier matches a specified regular expression. Port numbers are stripped from the URL if they match the default port number. The regular expressions use the <a href=\"https://github.com/google/re2/blob/master/doc/syntax.txt\">RE2 syntax</a>.",
"optional": true
},
"urlPrefix": {