website: Fix broken link to /docs/registry/providers/docs.html

This commit is contained in:
Nick Fagerlund 2020-07-01 17:06:16 -07:00
parent af20d5404f
commit 54e34fd9bb
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