| 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 adb05fe00437d23de3a040d7246bf1693579b5c4..9440d8b061c017ddda5f1ac292d3af0b3f4ee055 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": {
|
|
|