From fa4917172dcad5be2ac940fd9be3060b6d564702 Mon Sep 17 00:00:00 2001 From: Petros Kolyvas Date: Wed, 2 Sep 2020 12:54:55 -0300 Subject: [PATCH] Small typo in the internals link to the provider network mirror protocol page (#26098) --- website/docs/commands/cli-config.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/cli-config.html.markdown b/website/docs/commands/cli-config.html.markdown index 7d0b96946c..b959ead4a9 100644 --- a/website/docs/commands/cli-config.html.markdown +++ b/website/docs/commands/cli-config.html.markdown @@ -244,7 +244,7 @@ The following are the two supported installation method types: use the `https:` scheme and end with a trailing slash. Terraform expects the given URL to be a base URL for an implementation of - [the provider network mirror protocol](/docs/internals/providor-network-mirror-protocol.html), + [the provider network mirror protocol](/docs/internals/provider-network-mirror-protocol.html), which is designed to be relatively easy to implement using typical static website hosting mechanisms.