Skip to content

Commit

Permalink
fix more canonizalizations
Browse files Browse the repository at this point in the history
These are not technically errors since the redirect is in place, but the
mismatch upsets the link checker's caching strategy so let's fix it.

Signed-off-by: Kingdon Barrett <[email protected]>
  • Loading branch information
Kingdon Barrett committed Aug 24, 2023
1 parent 602f6e4 commit 959755c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions content/en/flux/security/secrets-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ could impact your solution.
Flux supports the two main names in Encrypted Secrets and has specific how-to guides for them:

- [Mozilla SOPS Guide](/flux/guides/mozilla-sops/)
- [Secrets decryption](/flux/components/kustomize/kustomization/#decryption)
- [Secrets decryption](/flux/components/kustomize/kustomizations/#decryption)

#### Secrets Synchronized by Operators

Expand Down Expand Up @@ -279,5 +279,5 @@ scenarios are considered.
[Buckets]: /flux/components/source/buckets/
[OCI Repositories]: /flux/components/source/ocirepositories/
[stakater/Reloader]: https://github.com/stakater/Reloader
[kustomize-secretgenerator]: /flux/components/kustomize/kustomization/#kustomize-secretgenerator
[kustomization-secretgenerator]: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/#secretgenerator
[kustomize-secretgenerator]: /flux/components/kustomize/kustomizations/#kustomize-secretgenerator
[kustomization-secretgenerator]: https://kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomizations/#secretgenerator
2 changes: 1 addition & 1 deletion content/en/flux/use-cases/gh-actions-helm-promotion.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,4 +220,4 @@ to the repositories used with `flux bootstrap github`.
- [Guides > Manage Helm Releases](/flux/guides/helmreleases.md)
- [Toolkit Components > Helm Repository API](/flux/components/source/helmrepositories.md)
- [Toolkit Components > Helm Release API](/flux/components/helm/helmreleases.md)
- [Toolkit Components > Notification API > GitHub Dispatch](/flux/components/notification/provider/#github-dispatch)
- [Toolkit Components > Notification API > GitHub Dispatch](/flux/components/notification/providers/#github-dispatch)

0 comments on commit 959755c

Please sign in to comment.