Skip to content

Commit 48f9206

Browse files
authored
Change README.md links to English-language Amazon site
Since the rest of this document is in English, I switched the amazon links to e.g. `https://aws.amazon.com/en/eks/` from `https://aws.amazon.com/es/eks/`
1 parent 378478c commit 48f9206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# Running Gitpod in [Amazon EKS](https://aws.amazon.com/es/eks/)
1+
# Running Gitpod in [Amazon EKS](https://aws.amazon.com/en/eks/)
22

33
## Provision an EKS cluster
44

55
Before starting the installation process, you need:
66

77
- An AWS account with Administrator access
88
- [Create one now by clicking here](https://aws.amazon.com/getting-started/)
9-
- A SSL Certificate created with [AWS Certificate Manager](https://aws.amazon.com/es/certificate-manager/)
9+
- A SSL Certificate created with [AWS Certificate Manager](https://aws.amazon.com/en/certificate-manager/)
1010
- AWS credentials set up. By default, those configs are present in `$HOME/.aws/`.
1111
- [eksctl](https://eksctl.io/) config file describing the cluster.
1212
- Here is an [eks-cluster.yaml](eks-cluster.yaml) you can use as example.

0 commit comments

Comments
 (0)