Skip to content

Commit

Permalink
docs: fix internal links that result in a broken navigation sidebar (#…
Browse files Browse the repository at this point in the history
…1909)

I suspect this is something about the mkdocs template, but I'm not familiar enough, and this is easy.
  • Loading branch information
pdxfixit committed Nov 19, 2020
1 parent f417d77 commit 9a19dee
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion www/docs/customization/archive.md
Expand Up @@ -76,7 +76,7 @@ archives:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

!!! tip
You can add entire folders, its subfolders and files by using the glob notation,
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/blob.md
Expand Up @@ -64,7 +64,7 @@ blobs:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

## Authentication

Expand Down
4 changes: 2 additions & 2 deletions www/docs/customization/build.md
Expand Up @@ -127,7 +127,7 @@ builds:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

Here is an example with multiple binaries:

Expand Down Expand Up @@ -219,7 +219,7 @@ builds:
- second-script.sh
```

All properties of a hook (`cmd`, `dir` and `env`) support [templating](/customization/templates)
All properties of a hook (`cmd`, `dir` and `env`) support [templating](/customization/templates/)
with `post` hooks having binary artifact available (as these run _after_ the build).
Additionally the following build details are exposed to both `pre` and `post` hooks:

Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/checksum.md
Expand Up @@ -25,4 +25,4 @@ checksum:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).
10 changes: 5 additions & 5 deletions www/docs/customization/docker.md
Expand Up @@ -14,7 +14,7 @@ If you have only one `build` setup,
the configuration is as easy as adding the
name of your image to your `.goreleaser.yml` file:

The docker image declaration supports templating. Learn more about the [name template engine](/customization/templates).
The docker image declaration supports templating. Learn more about the [name template engine](/customization/templates/).

```yaml
dockers:
Expand Down Expand Up @@ -103,7 +103,7 @@ dockers:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

These settings should allow you to generate multiple Docker images,
for example, using multiple `FROM` statements,
Expand All @@ -130,7 +130,7 @@ This will build and public the following images:
- `myuser/foo`

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

## Keeping docker images updated for current major

Expand Down Expand Up @@ -162,7 +162,7 @@ With these settings you can hopefully push several different docker images
with multiple tags.

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

## Publishing to multiple docker registries

Expand Down Expand Up @@ -220,4 +220,4 @@ docker build -t myuser/myimage . \
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).
2 changes: 1 addition & 1 deletion www/docs/customization/homebrew.md
Expand Up @@ -130,7 +130,7 @@ brews:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

By defining the `brew` section, GoReleaser will take care of publishing the
Homebrew tap.
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/hooks.md
Expand Up @@ -27,4 +27,4 @@ to do things that are more complex than just calling a command with some
attributes, wrap it in a shell script or into your `Makefile`.

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).
2 changes: 1 addition & 1 deletion www/docs/customization/milestone.md
Expand Up @@ -32,4 +32,4 @@ milestones:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).
2 changes: 1 addition & 1 deletion www/docs/customization/nfpm.md
Expand Up @@ -261,4 +261,4 @@ nfpms:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).
2 changes: 1 addition & 1 deletion www/docs/customization/publishers.md
Expand Up @@ -107,4 +107,4 @@ These settings should allow you to push your artifacts to any number of endpoint
which may require non-trivial authentication or has otherwise complex requirements.

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).
2 changes: 1 addition & 1 deletion www/docs/customization/release.md
Expand Up @@ -144,7 +144,7 @@ ALLOWED_TYPES = application/gzip|application/x-gzip|application/x-gtar|applicati
`draft` and `prerelease` are only supported by GitHub and Gitea.

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

## Customize the changelog

Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/snapcraft.md
Expand Up @@ -146,7 +146,7 @@ snapcrafts:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

!!! note
GoReleaser will not install `snapcraft` nor any of its dependencies for you.
2 changes: 1 addition & 1 deletion www/docs/customization/snapshots.md
Expand Up @@ -29,7 +29,7 @@ This means that if you use `{{ .Version }}` on your name templates, you'll
get the snapshot version.

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).

Note that the idea behind GoReleaser's snapshots if mostly for local builds
or to validate your build on the CI pipeline. Artifacts shouldn't be uploaded
Expand Down
2 changes: 1 addition & 1 deletion www/docs/customization/source.md
Expand Up @@ -23,4 +23,4 @@ source:
```

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).
2 changes: 1 addition & 1 deletion www/docs/customization/upload.md
Expand Up @@ -179,4 +179,4 @@ uploads:
These settings should allow you to push your artifacts into multiple HTTP servers.

!!! tip
Learn more about the [name template engine](/customization/templates).
Learn more about the [name template engine](/customization/templates/).
2 changes: 1 addition & 1 deletion www/docs/limitations/semver.md
Expand Up @@ -7,6 +7,6 @@ GoReleaser enforces semantic versioning and will error on non compliant tags.
Your tag **should** be a valid [semantic version](http://semver.org/).
If it is not, GoReleaser will error.

The `v` prefix is not mandatory. You can check the [templating](/customization/templates)
The `v` prefix is not mandatory. You can check the [templating](/customization/templates/)
documentation to see how to use the tag or each part of the semantic version
in name templates.

1 comment on commit 9a19dee

@vercel
Copy link

@vercel vercel bot commented on 9a19dee Nov 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.