summaryrefslogtreecommitdiff
path: root/vendor/github.com/hashicorp/terraform/website/guides/writing-custom-terraform-providers.html.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/hashicorp/terraform/website/guides/writing-custom-terraform-providers.html.md')
-rw-r--r--vendor/github.com/hashicorp/terraform/website/guides/writing-custom-terraform-providers.html.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/hashicorp/terraform/website/guides/writing-custom-terraform-providers.html.md b/vendor/github.com/hashicorp/terraform/website/guides/writing-custom-terraform-providers.html.md
index 9088f159..ffcdfe34 100644
--- a/vendor/github.com/hashicorp/terraform/website/guides/writing-custom-terraform-providers.html.md
+++ b/vendor/github.com/hashicorp/terraform/website/guides/writing-custom-terraform-providers.html.md
@@ -40,7 +40,7 @@ This post assumes familiarity with Golang and basic programming concepts.
As a reminder, all of Terraform's core providers are open source. When stuck or
looking for examples, please feel free to reference
-[the open source providers](https://github.com/hashicorp/terraform/tree/master/builtin/providers) for help.
+[the open source providers](https://github.com/terraform-providers) for help.
## The Provider Schema