Skip to content

Commit ce01848

Browse files
committed
Update RTD schema to use 'main'
The main branch for the RTD repo was renamed from 'master'.
1 parent 388d33c commit ce01848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_jsonschema/catalog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
182182
"url": _githubusercontent_url(
183183
"readthedocs",
184184
"readthedocs.org",
185-
"master",
185+
"main",
186186
"readthedocs/rtd_tests/fixtures/spec/v2/schema.json",
187187
),
188188
"hook_config": {

0 commit comments

Comments
 (0)