diff --git a/.github/workflows/linkcheck.json b/.github/workflows/linkcheck.json index dba668fe8c..d5c059fda9 100644 --- a/.github/workflows/linkcheck.json +++ b/.github/workflows/linkcheck.json @@ -22,6 +22,9 @@ "pattern": [ "127.0.0.1" ] + }, + { + "pattern": "https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli" } ] } diff --git a/docs/getting-started.md b/docs/getting-started.md index 0849d5ef4f..92dfd8ba01 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -8,7 +8,7 @@ Ensure that you have installed the following tools locally: - [awscli](https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html) - [kubectl](https://Kubernetes.io/docs/tasks/tools/) -- [terraform](https://learn.hashicorp.com/tutorials/terraform/install-cli) +- [terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started/install-cli) ## Deploy