From 413e423bbabe2b3aea450572c29b54c39638c82a Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Thu, 12 Dec 2019 12:50:57 -0800 Subject: [PATCH] website: Use canonical URLs for learn.hashicorp.com links The .html suffix redirects correctly, but it's not the 'real' path and thus can throw off analytics. --- website/docs/cli-index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cli-index.html.md b/website/docs/cli-index.html.md index dcdccc5c4..b3c8e0acf 100644 --- a/website/docs/cli-index.html.md +++ b/website/docs/cli-index.html.md @@ -30,7 +30,7 @@ _intermediate and advanced users,_ who need to find complete and detailed information quickly. - **New user?** Try the - [Getting Started guide](https://learn.hashicorp.com/terraform/getting-started/install.html) + [Getting Started guide](https://learn.hashicorp.com/terraform/getting-started/install) at [Learn Terraform](https://learn.hashicorp.com/terraform), then return here once you've used Terraform to manage some simple resources. - **Curious about Terraform?** See [Introduction to Terraform](/intro/index.html)