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

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Jul 30, 2019
1 parent acd1dda commit 9ee9848
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion chart/flux/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ maintainers:
- name: stefanprodan
email: [email protected]
engine: gotpl
icon: https://raw.githubusercontent.com/fluxcd/flux/master/docs/images/weave-flux.png
icon: https://raw.githubusercontent.com/fluxcd/flux/master/docs/_files/weave-flux.png
keywords:
- gitops
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://github.com/weaveworks/flux/blob/master/docs/using/fluxctl.md#installing-fluxctl
https://github.com/weaveworks/flux/blob/master/docs/references/fluxctl.md#installing-fluxctl
and running:

fluxctl identity
Expand Down
2 changes: 1 addition & 1 deletion deploy/flux-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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://github.com/weaveworks/flux/blob/master/docs/install/standalone-setup.md#using-a-private-git-host
# https://github.com/weaveworks/flux/blob/master/docs//guides/use-private-git-host.md
# - name: ssh-config
# configMap:
# name: flux-ssh-config
Expand Down
2 changes: 1 addition & 1 deletion 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://github.com/weaveworks/flux/blob/master/docs/using/fluxctl.md
https://github.com/weaveworks/flux/blob/master/docs/references/fluxctl.md
`,
}
Expand Down
8 changes: 4 additions & 4 deletions install/generated_templates.gogen.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion install/templates/flux-deployment.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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://github.com/weaveworks/flux/blob/master/docs/install/standalone-setup.md#using-a-private-git-host
# https://github.com/weaveworks/flux/blob/master/docs//guides/use-private-git-host.md
# - name: ssh-config
# configMap:
# name: flux-ssh-config
Expand Down
2 changes: 1 addition & 1 deletion remote/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and try the operation again.
Otherwise, please consult the installation instructions in our
documentation:
https://github.com/weaveworks/flux/blob/master/docs/install/index.md
https://github.com/weaveworks/flux/blob/master/docs/get-started/index.rst
If you are still stuck, please log an issue:
Expand Down

0 comments on commit 9ee9848

Please sign in to comment.