From c48b999b84ee8e3927dac8a13167aebf11c3bc2d Mon Sep 17 00:00:00 2001 From: Vishnu Ravindra Date: Wed, 5 Oct 2022 09:59:59 -0400 Subject: [PATCH] Update README.md (#92) learn collection link updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a193c7f..0db38b1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository is a *template* for a [Terraform](https://www.terraform.io) prov - Examples (`examples/`) and generated documentation (`docs/`), - Miscellaneous meta files. -These files contain boilerplate code that you will need to edit to create your own Terraform provider. Tutorials for creating Terraform providers can be found on the [HashiCorp Learn](https://learn.hashicorp.com/collections/terraform/providers) platform. _Terraform Plugin Framework specific guides are titled accordingly._ +These files contain boilerplate code that you will need to edit to create your own Terraform provider. Tutorials for creating Terraform providers can be found on the [HashiCorp Learn](https://learn.hashicorp.com/collections/terraform/providers-plugin-framework) platform. _Terraform Plugin Framework specific guides are titled accordingly._ Please see the [GitHub template repository documentation](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template) for how to create a new repository from this template on GitHub.