Skip to content

Commit

Permalink
Corrected Branches links.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgasca authored Jul 11, 2023
1 parent ac69156 commit 2f27945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ If you want to download the image with a manifest, we recommend first trying the

**To install the driver using images stored in the private Amazon ECR registry**

1. Download the manifest. Replace `release-X.X` with your desired branch. The master branch isn't supported because it may contain upcoming features incompatible with the currently released stable version of the driver. We recommend using the latest released version. For a list of active branches, see [Branches](../branches/active).
1. Download the manifest. Replace `release-X.X` with your desired branch. The master branch isn't supported because it may contain upcoming features incompatible with the currently released stable version of the driver. We recommend using the latest released version. For a list of active branches, see [Branches](../../../branches/active).
```sh
kubectl kustomize \
Expand Down Expand Up @@ -269,7 +269,7 @@ For some situations, you may not be able to add the necessary IAM permissions to

**To install the driver using images stored in the public Amazon ECR registry**

1. Download the manifest. Replace `release-X.X` with your desired branch. The master branch isn't supported because it may contain upcoming features incompatible with the currently released stable version of the driver. We recommend using the latest released version. For a list of active branches, see [Branches](../branches/active).
1. Download the manifest. Replace `release-X.X` with your desired branch. The master branch isn't supported because it may contain upcoming features incompatible with the currently released stable version of the driver. We recommend using the latest released version. For a list of active branches, see [Branches](../../../branches/active).
```sh
kubectl kustomize \
Expand Down

0 comments on commit 2f27945

Please sign in to comment.