We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 121fbf7 commit d05e1cfCopy full SHA for d05e1cf
src/check_jsonschema/catalog.py
@@ -4,7 +4,7 @@
4
5
6
def _bitbucket_pipelines_url() -> str:
7
- 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"
8
9
10
def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
0 commit comments