update toolkit.f.i docs links
Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
parent
76f8c4b690
commit
1a2033675f
|
@ -17,7 +17,7 @@ updating YAML files in a git repository, and committing the changes.
|
|||
## How to install it
|
||||
|
||||
Please see the [installation and use
|
||||
guide](https://toolkit.fluxcd.io/guides/image-update/).
|
||||
guide](https://fluxcd.io/docs/guides/image-update/).
|
||||
|
||||
## How to work on it
|
||||
|
||||
|
|
|
@ -368,8 +368,8 @@ There is one condition maintained by the controller, which is the usual `ReadyCo
|
|||
condition. This will be recorded as `True` when automation has run without errors, whether or not it
|
||||
resulted in a commit.
|
||||
|
||||
[image-auto-guide]: https://toolkit.fluxcd.io/guides/image-update/#configure-image-update-for-custom-resources
|
||||
[git-repo-ref]: https://toolkit.fluxcd.io/components/source/gitrepositories/
|
||||
[image-auto-guide]: https://fluxcd.io/docs/guides/image-update/#configure-image-update-for-custom-resources
|
||||
[git-repo-ref]: https://fluxcd.io/docs/components/source/gitrepositories/
|
||||
[durations]: https://godoc.org/time#ParseDuration
|
||||
[source-docs]: https://toolkit.fluxcd.io/components/source/gitrepositories/#git-implementation
|
||||
[source-docs]: https://fluxcd.io/docs/components/source/gitrepositories/#git-implementation
|
||||
[go-text-template]: https://golang.org/pkg/text/template/
|
||||
|
|
|
@ -591,8 +591,8 @@ spec:
|
|||
branch: auto
|
||||
```
|
||||
|
||||
[image-auto-guide]: https://toolkit.fluxcd.io/guides/image-update/#configure-image-update-for-custom-resources
|
||||
[git-repo-ref]: https://toolkit.fluxcd.io/components/source/gitrepositories/#specification
|
||||
[image-auto-guide]: https://fluxcd.io/docs/guides/image-update/#configure-image-update-for-custom-resources
|
||||
[git-repo-ref]: https://fluxcd.io/docs/components/source/gitrepositories/#specification
|
||||
[durations]: https://godoc.org/time#ParseDuration
|
||||
[source-docs]: https://toolkit.fluxcd.io/components/source/gitrepositories/#git-implementation
|
||||
[source-docs]: https://fluxcd.io/docs/components/source/gitrepositories/#git-implementation
|
||||
[go-text-template]: https://golang.org/pkg/text/template/
|
||||
|
|
|
@ -668,8 +668,8 @@ spec:
|
|||
branch: auto
|
||||
```
|
||||
|
||||
[image-auto-guide]: https://toolkit.fluxcd.io/guides/image-update/#configure-image-update-for-custom-resources
|
||||
[git-repo-ref]: https://toolkit.fluxcd.io/components/source/gitrepositories/#specification
|
||||
[image-auto-guide]: https://fluxcd.io/docs/guides/image-update/#configure-image-update-for-custom-resources
|
||||
[git-repo-ref]: https://fluxcd.io/docs/components/source/gitrepositories/#specification
|
||||
[durations]: https://godoc.org/time#ParseDuration
|
||||
[source-docs]: https://toolkit.fluxcd.io/components/source/gitrepositories/#git-implementation
|
||||
[source-docs]: https://fluxcd.io/docs/components/source/gitrepositories/#git-implementation
|
||||
[go-text-template]: https://golang.org/pkg/text/template/
|
||||
|
|
Loading…
Reference in New Issue