| Index: chrome/common/extensions/api/declarative_content.json
|
| diff --git a/chrome/common/extensions/api/declarative_content.json b/chrome/common/extensions/api/declarative_content.json
|
| index bb9488d3dd28114b2b54d1ffd5a0a8681d844bcf..c84a29a01101b6b789177acca12f48e77a69edce 100644
|
| --- a/chrome/common/extensions/api/declarative_content.json
|
| +++ b/chrome/common/extensions/api/declarative_content.json
|
| @@ -37,7 +37,7 @@
|
| // TODO: "text": {
|
| // "type": "array",
|
| // "optional": true,
|
| -// "description": "Matches if all of the regular expressions in the array match text in the page. The regular expressions use the <a href=\"http://code.google.com/p/re2/wiki/Syntax\">RE2 syntax</a>.",
|
| +// "description": "Matches if all of the regular expressions in the array match text in the page. The regular expressions use the <a href=\"https://github.com/google/re2/blob/master/doc/syntax.txt\">RE2 syntax</a>.",
|
| // "items": { "type": "string" }
|
| },
|
| "isBookmarked": {
|
|
|