Index: components/json_schema/json_schema_validator.h |
diff --git a/components/json_schema/json_schema_validator.h b/components/json_schema/json_schema_validator.h |
index e570dc55dc24e63b26aad3a5354dbbfdfbe7bccd..f3a5edf94124b3121135e4ad809a1dd60e9ef20a 100644 |
--- a/components/json_schema/json_schema_validator.h |
+++ b/components/json_schema/json_schema_validator.h |
@@ -52,7 +52,7 @@ class Value; |
// if present, "additionalProperties" is to be a schema against which all |
// additional properties will be validated. |
// - regular expression supports all syntaxes that re2 accepts. |
-// See https://code.google.com/p/re2/wiki/Syntax for details. |
+// See https://github.com/google/re2/blob/master/doc/syntax.txt for details. |
//============================================================================== |
class JSONSchemaValidator { |
public: |