diff --git a/README.md b/README.md index e51a95a..8545560 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ npm install --save-dev html-w3c-validator start-server-and-test ```jsonc { - "$schema": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/main/schema/html-w3c-validatorrc-schema.json", + "$schema": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/master/schema/html-w3c-validatorrc-schema.json", // URLs to validate. "urls": ["http://127.0.0.1:3000/", "http://127.0.0.1:3000/about"], diff --git a/schema/html-w3c-validatorrc-schema.json b/schema/html-w3c-validatorrc-schema.json index 517d4b6..fc001ab 100644 --- a/schema/html-w3c-validatorrc-schema.json +++ b/schema/html-w3c-validatorrc-schema.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/main/schema/html-w3c-validatorrc-schema.json", + "$id": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/master/schema/html-w3c-validatorrc-schema.json", "title": "html-w3c-validator configuration schema", "type": "object", "properties": { @@ -8,7 +8,7 @@ "description": "JSON Schema URI", "type": "string", "format": "uri", - "default": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/main/schema/html-w3c-validatorrc-schema.json" + "default": "https://raw.githubusercontent.com/theoludwig/html-w3c-validator/master/schema/html-w3c-validatorrc-schema.json" }, "urls": { "description": "URLs to validate.",