From f60de8cf36a6877a35c9168ccd04dfea0690d093 Mon Sep 17 00:00:00 2001 From: Kai Date: Thu, 10 Jun 2021 02:43:23 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 50d33ab78..c11e38bab 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ The key features of Terraform are: - **Change Automation**: Complex changesets can be applied to your infrastructure with minimal human interaction. With the previously mentioned execution plan and resource graph, you know exactly what Terraform will change and in what order, avoiding many possible human errors. -For more information, see the [introduction section](http://www.terraform.io/intro) of the Terraform website. +For more information, see the [introduction section](https://www.terraform.io/intro) of the Terraform website. Getting Started & Documentation ------------------------------- -Documentation is available on the [Terraform website](http://www.terraform.io): +Documentation is available on the [Terraform website](https://www.terraform.io): - [Intro](https://www.terraform.io/intro/index.html) - [Docs](https://www.terraform.io/docs/index.html)