From 13b41d59f5625f6369813665ca71e44519b95e81 Mon Sep 17 00:00:00 2001 From: Matthew Frahry Date: Thu, 25 Mar 2021 13:47:12 -0700 Subject: [PATCH] Website Test Fix --- website/docs/language/settings/backends/azurerm.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/settings/backends/azurerm.html.md b/website/docs/language/settings/backends/azurerm.html.md index e2d2c2458..d5796a348 100644 --- a/website/docs/language/settings/backends/azurerm.html.md +++ b/website/docs/language/settings/backends/azurerm.html.md @@ -11,7 +11,7 @@ description: |- **Kind: Standard (with state locking)** -Stores the state as a Blob with the given Key within the Blob Container within [the Blob Storage Account](https://docs.microsoft.com/azure/storage/common/storage-introduction). This backend also supports state locking and consistency checking via native capabilities of Azure Blob Storage. +Stores the state as a Blob with the given Key within the Blob Container within [the Blob Storage Account](https://docs.microsoft.com/en-us/azure/storage/common/storage-introduction). This backend also supports state locking and consistency checking via native capabilities of Azure Blob Storage. ## Example Configuration