From 849c8071c7155bc7446c74cfc0e5a0f6b0daa450 Mon Sep 17 00:00:00 2001 From: Timo Pagel Date: Mon, 26 Feb 2024 15:53:21 +0100 Subject: [PATCH] chore: Update docs for eksctl --- guides/aws/aws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/aws/aws.md b/guides/aws/aws.md index 6d336db30..07ebf1746 100644 --- a/guides/aws/aws.md +++ b/guides/aws/aws.md @@ -9,7 +9,7 @@ This example expects you to have the following cli tools setup. 1. [awscli](https://aws.amazon.com/cli/) -2. [eksctl](https://docs.aws.amazon.com/eks/latest/userguide/getting-started-eksctl.html) +2. [eksctl](https://eksctl.io/installation/) 3. [helm](https://helm.sh) 4. [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/#install-kubectl-on-macos)