1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

docs: fix jsonschema links

This commit is contained in:
Carlos A Becker 2021-10-29 14:03:29 -03:00
parent 809a6da0f0
commit c9c285583c
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -12,12 +12,12 @@ GoReleaser also has a [jsonschema][] file which you can use to have better edito
=== "OSS"
```sh
https://goreleaser.com/schema.json
https://goreleaser.com/static/schema.json
```
=== "Pro"
```sh
https://goreleaser.com/schema-pro.json
https://goreleaser.com/static/schema-pro.json
```
You can also generate it for your specific version using the [`goreleaser jsonschema`][schema] command.