Merge pull request #25457 from hashicorp/jul20_provider_docs_link

website: Fix broken link to /docs/registry/providers/docs.html
This commit is contained in:
Petros Kolyvas 2020-07-02 09:40:46 -04:00 committed by GitHub
commit 1232404ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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