Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
adjust links to /latest/ - they will change once this is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Holbach committed Mar 20, 2020
1 parent ae73808 commit 8a8b0e0
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ could easily integrate.

With the following tutorials:

- [Get started with Flux](https://docs.fluxcd.io/en/latest/tutorials/get-started.html)
- [Get started with Flux using Helm](https://docs.fluxcd.io/en/latest/tutorials/get-started-helm.html)
- [Get started with Flux](https://docs.fluxcd.io/en/latest/tutorials/get-started)
- [Get started with Flux using Helm](https://docs.fluxcd.io/en/latest/tutorials/get-started-helm)

or just [browse through the documentation](https://docs.fluxcd.io).

Expand Down Expand Up @@ -116,7 +116,7 @@ To familiarise yourself with the project and how things work, you might
be interested in the following:

- [Our contributions guidelines](CONTRIBUTING.md)
- [Build documentation](https://docs.fluxcd.io/en/latest/contributing/building.html)
- [Build documentation](https://docs.fluxcd.io/en/latest/contributing/building)
- [Release documentation](/internal_docs/releasing.md)

## <a name="help"></a>Getting Help
Expand Down
2 changes: 1 addition & 1 deletion chart/flux/templates/NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Get the Git deploy key by either (a) running
kubectl -n {{ .Release.Namespace }} logs deployment/{{ .Release.Name }} | grep identity.pub | cut -d '"' -f2

or by (b) installing fluxctl through
https://docs.fluxcd.io/en/latest/references/fluxctl.html#installing-fluxctl
https://docs.fluxcd.io/en/latest/references/fluxctl#installing-fluxctl
and running:

fluxctl identity --k8s-fwd-ns {{ .Release.Namespace }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
# file, which you will need to do if you host your own git
# repo rather than using github or the like. You'll also need to
# mount it into the container, below. See
# https://docs.fluxcd.io/en/latest/guides/use-private-git-host.html
# https://docs.fluxcd.io/en/latest/guides/use-private-git-host
# - name: ssh-config
# configMap:
# name: flux-ssh-config
Expand Down
2 changes: 1 addition & 1 deletion pkg/daemon/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ giving this error:
Check that any files mentioned are well-formed, and resources are not
defined more than once. It's also worth reviewing
https://docs.fluxcd.io/en/latest/requirements.html
https://docs.fluxcd.io/en/latest/requirements
to make sure you're not running into any corner cases.
Expand Down
2 changes: 1 addition & 1 deletion pkg/git/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ We need to clone a git repo to proceed, and you haven't supplied
one. Please upload a config file, including a git repository URL, as
described in
https://docs.fluxcd.io/en/latest/references/fluxctl.html
https://docs.fluxcd.io/en/latest/references/fluxctl
`,
}
Expand Down
2 changes: 1 addition & 1 deletion pkg/install/templates/flux-deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
# file, which you will need to do if you host your own git
# repo rather than using github or the like. You'll also need to
# mount it into the container, below. See
# https://docs.fluxcd.io/en/latest/guides/use-private-git-host.html
# https://docs.fluxcd.io/en/latest/guides/use-private-git-host
# - name: ssh-config
# configMap:
# name: flux-ssh-config
Expand Down
2 changes: 1 addition & 1 deletion pkg/release/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func MakeReleaseError(err error) *fluxerr.Error {
This may be because of a limitation in the formats of file Flux can
deal with. See
https://docs.fluxcd.io/en/latest/requirements.html
https://docs.fluxcd.io/en/latest/requirements
for those limitations.
Expand Down

0 comments on commit 8a8b0e0

Please sign in to comment.