diff --git a/src/check_jsonschema/catalog.py b/src/check_jsonschema/catalog.py index cc7f1587e..f98ceb6b2 100644 --- a/src/check_jsonschema/catalog.py +++ b/src/check_jsonschema/catalog.py @@ -4,7 +4,7 @@ def _bitbucket_pipelines_url() -> str: - return "https://bitbucket.org/atlassianlabs/intellij-bitbucket-references-plugin/raw/master/src/main/resources/schemas/bitbucket-pipelines.schema.json" # noqa: E501 + return "https://api.bitbucket.org/schemas/pipelines-configuration" def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str: