From 54e34fd9bb66c20ca978ac2f8a301315c72c07da Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Wed, 1 Jul 2020 17:06:16 -0700 Subject: [PATCH] website: Fix broken link to /docs/registry/providers/docs.html --- website/docs/registry/providers/publishing.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/registry/providers/publishing.html.md b/website/docs/registry/providers/publishing.html.md index 2e9eb88e9..730177c0c 100644 --- a/website/docs/registry/providers/publishing.html.md +++ b/website/docs/registry/providers/publishing.html.md @@ -18,7 +18,7 @@ The provider repository on GitHub must match the pattern `terraform-provider-{NA ### Documenting your Provider -Your provider should contain an overview document (index.md), as well as a doc for each resource and data-source. See [Documenting Providers](documenting.html) for details about how to ensure your provider documentation renders properly on the Terraform Registry. +Your provider should contain an overview document (index.md), as well as a doc for each resource and data-source. See [Documenting Providers](./docs.html) for details about how to ensure your provider documentation renders properly on the Terraform Registry. ### Creating a GitHub Release