Skip to content

Commit

Permalink
docs: fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Sep 29, 2023
1 parent d7775f5 commit b7218b0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
@@ -1,4 +1,4 @@
# JSONSchema
# Customization

GoReleaser can be customized by tweaking a `.goreleaser.yaml` file.

Expand All @@ -15,6 +15,7 @@ GoReleaser also has a [jsonschema][] file, which you can use to have better
editor support:

=== "OSS"

```sh
https://goreleaser.com/static/schema.json
```
Expand All @@ -26,6 +27,7 @@ editor support:
```

=== "Pro"

```sh
https://goreleaser.com/static/schema-pro.json
```
Expand All @@ -44,13 +46,14 @@ You can also generate it for your specific version using the
You can pin the version by getting the schema from the GitHub tag, for example,
for v1.12.0:


=== "OSS"

```sh
https://raw.githubusercontent.com/goreleaser/goreleaser/v1.12.0/www/docs/static/schema.json
```

=== "Pro"

```sh
https://raw.githubusercontent.com/goreleaser/goreleaser/v1.12.0/www/docs/static/schema-pro.json
```
Expand Down
4 changes: 2 additions & 2 deletions www/docs/how-it-works.md
Expand Up @@ -7,7 +7,7 @@ use cases easy.
GoReleaser expects a couple of things:

- a `.goreleaser.yaml` file with the configuration (see the
[customization section](/customization) for more info)
[customization section](./customization/index.md) for more info)
- a clean working tree
- a SemVer-compatible version (e.g. `10.21.34-prerelease+buildmeta`)

Expand All @@ -24,6 +24,6 @@ A GoReleaser run is split into 4 major steps:
- **announcing**: announces your release to the configured channels

Some steps might be skipped with `--skip-foo`-like flags (check the
[command line docs](/cmd/goreleaser/) for details).
[command line docs](./cmd/goreleaser.md) for details).

If any of the previous steps fails, the next steps will not run.
2 changes: 1 addition & 1 deletion www/mkdocs.yml
Expand Up @@ -86,7 +86,7 @@ nav:
- limitations/cgo.md
- limitations/semver.md
- Customization:
- JSONSchema: customization/jsonschema.md
- customization/index.md
- Basics:
- customization/includes.md
- customization/templates.md
Expand Down

0 comments on commit b7218b0

Please sign in to comment.