Skip to content

Commit 0fb96ec

Browse files
authored
chore: fix typo in the helm install docs (#7495)
fix typo in install docs Signed-off-by: Huabing Zhao <[email protected]>
1 parent 63ddc48 commit 0fb96ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

site/content/en/latest/install/install-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ helm install eg oci://docker.io/envoyproxy/gateway-helm \
9696

9797
[Helm](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) does not update CRDs
9898
that live in the `/crds` folder in the Helm Chart. So you will manually need to update the CRDs.
99-
Follow the steps outlined in [this](./install-yaml/#upgrading-from-a-previous-version) section if you're upgrading from a previous version.
99+
Follow the steps outlined in [this](./install-yaml/#upgrading-from-the-previous-version) section if you're upgrading from a previous version.
100100

101101
## Helm chart customizations
102102

site/content/en/v1.6/install/install-helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ helm install eg oci://docker.io/envoyproxy/gateway-helm \
9696

9797
[Helm](https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations) does not update CRDs
9898
that live in the `/crds` folder in the Helm Chart. So you will manually need to update the CRDs.
99-
Follow the steps outlined in [this](./install-yaml/#upgrading-from-a-previous-version) section if you're upgrading from a previous version.
99+
Follow the steps outlined in [this](./install-yaml/#upgrading-from-the-previous-version) section if you're upgrading from a previous version.
100100

101101
## Helm chart customizations
102102

0 commit comments

Comments
 (0)