Skip to content

Commit

Permalink
fix changelog links (#4633)
Browse files Browse the repository at this point in the history
Fixes links in the changelog template
and the v1.22.0-rc.1 changelog.

Signed-off-by: Steve Kriss <krisss@vmware.com>
  • Loading branch information
skriss authored Jul 21, 2022
1 parent cdd2bc6 commit 2059220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions changelogs/CHANGELOG-v1.22.0-rc.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ The simplest way to install v1.22.0-rc.1 is to apply one of the example configur

With Gateway API:
```bash
kubectl apply -f https://github.com/projectcontour/contour/blob/v1.22.0-rc.1/examples/render/contour-gateway.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/v1.22.0-rc.1/examples/render/contour-gateway.yaml
```

Without Gateway API:
```bash
kubectl apply -f https://github.com/projectcontour/contour/blob/v1.22.0-rc.1/examples/render/contour.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/v1.22.0-rc.1/examples/render/contour.yaml
```


Expand Down
4 changes: 2 additions & 2 deletions hack/release/release-notes-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ The simplest way to install {{ .Version }} is to apply one of the example config

With Gateway API:
```bash
kubectl apply -f https://github.com/projectcontour/contour/blob/{{ .Version }}/examples/render/contour-gateway.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/{{ .Version }}/examples/render/contour-gateway.yaml
```

Without Gateway API:
```bash
kubectl apply -f https://github.com/projectcontour/contour/blob/{{ .Version }}/examples/render/contour.yaml
kubectl apply -f https://raw.githubusercontent.com/projectcontour/contour/{{ .Version }}/examples/render/contour.yaml
```
{{ else }}
For a fresh install of Contour, consult the [getting started documentation](https://projectcontour.io/getting-started/).
Expand Down

0 comments on commit 2059220

Please sign in to comment.