From 1c902c4b86cad2313c43b1e4a6aed1e8c4a9f170 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Tue, 15 Aug 2023 13:12:41 -0400 Subject: [PATCH] put fluxcd.io back 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 1034d72d..db5522f0 100644 --- a/docs/spec/v1beta1/imageupdateautomations.md +++ b/docs/spec/v1beta1/imageupdateautomations.md @@ -691,8 +691,8 @@ spec: branch: auto ``` -[image-auto-guide]: /flux/guides/image-update/#configure-image-update-for-custom-resources -[git-repo-ref]: /flux/components/source/gitrepositories/#writing-a-gitrepository-spec +[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/#writing-a-gitrepository-spec [durations]: https://godoc.org/time#ParseDuration -[source-docs]: /flux/components/source/api/v1beta2/#source.toolkit.fluxcd.io/v1beta2.GitRepositorySpec +[source-docs]: https://fluxcd.io/flux/components/source/api/v1beta2/#source.toolkit.fluxcd.io/v1beta2.GitRepositorySpec [go-text-template]: https://golang.org/pkg/text/template/