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 27a0e99 commit 81c9551Copy full SHA for 81c9551
src/check_jsonschema/catalog.py
@@ -4,7 +4,7 @@
4
5
6
def _bitbucket_pipelines_url() -> str:
7
- return "https://bitbucket.org/atlassianlabs/atlascode/raw/main/resources/schemas/pipelines-schema.json" # noqa: E501
+ return "https://bitbucket.org/atlassianlabs/intellij-bitbucket-references-plugin/raw/master/src/main/resources/schemas/bitbucket-pipelines.schema.json" # noqa: E501
8
9
10
def _githubusercontent_url(owner: str, repo: str, ref: str, path: str) -> str:
0 commit comments