From ebf9188c6a1eccee32d8b1d7c3fb23caadee3fd8 Mon Sep 17 00:00:00 2001 From: leigh capili Date: Thu, 4 Mar 2021 08:56:22 -0700 Subject: [PATCH] Fix anchor on kustomize migration link Signed-off-by: leigh capili --- docs/faq/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq/index.md b/docs/faq/index.md index 9749c3ba..e4384476 100644 --- a/docs/faq/index.md +++ b/docs/faq/index.md @@ -266,7 +266,7 @@ The Flux community has created guides and example repositories to help you migrate to Flux v2: - [Migrate from Flux v1](https://toolkit.fluxcd.io/guides/flux-v1-migration/) -- [Migrate from `.flux.yaml` and kustomize](https://toolkit.fluxcd.io/guides/flux-v1-migration/) +- [Migrate from `.flux.yaml` and kustomize](https://toolkit.fluxcd.io/guides/flux-v1-migration/#flux-with-kustomize) - [Migrate from Flux v1 automated container image updates](https://toolkit.fluxcd.io/guides/flux-v1-automation-migration/) - [How to manage multi-tenant clusters with Flux v2](https://github.com/fluxcd/flux2-multi-tenancy) - [Migrate from Helm Operator to Flux v2](https://toolkit.fluxcd.io/guides/helm-operator-migration/)