From c59f2cf741f2851ff8300cd7ae2f0227a1f6b8f2 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 15 Aug 2023 13:10:50 -0400 Subject: [PATCH] To go with fluxcd/website#1621 * https://github.com/fluxcd/website/pull/1621 Signed-off-by: Kingdon Barrett --- docs/spec/v1beta1/imageupdateautomations.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/spec/v1beta1/imageupdateautomations.md b/docs/spec/v1beta1/imageupdateautomations.md index dc65ca96..1034d72d 100644 --- a/docs/spec/v1beta1/imageupdateautomations.md +++ b/docs/spec/v1beta1/imageupdateautomations.md @@ -691,8 +691,8 @@ spec: branch: auto ``` -[image-auto-guide]: https://fluxcd.io/flux/guides/image-update/#configure-image-update-for-custom-resources -[git-repo-ref]: https://fluxcd.io/flux/components/source/gitrepositories/#specification +[image-auto-guide]: /flux/guides/image-update/#configure-image-update-for-custom-resources +[git-repo-ref]: /flux/components/source/gitrepositories/#writing-a-gitrepository-spec [durations]: https://godoc.org/time#ParseDuration -[source-docs]: https://fluxcd.io/flux/components/source/gitrepositories/#git-implementation +[source-docs]: /flux/components/source/api/v1beta2/#source.toolkit.fluxcd.io/v1beta2.GitRepositorySpec [go-text-template]: https://golang.org/pkg/text/template/