Skip to content

Commit

Permalink
website: Update HashiCorp learn links for new collection (#506)
Browse files Browse the repository at this point in the history
Collection will be published soon.
  • Loading branch information
bflad committed Oct 3, 2022
1 parent ef5183a commit afd88cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/data/plugin-framework-nav-data.json
Expand Up @@ -7,8 +7,8 @@
"path": ""
},
{
"title": "Tutorial: Implement Create and Read",
"href": "https://learn.hashicorp.com/tutorials/terraform/plugin-framework-create?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
"title": "Learn Collection",
"href": "https://learn.hashicorp.com/collections/terraform/providers-plugin-framework?utm_source=WEBSITE&utm_medium=WEB_IO&utm_offer=ARTICLE_PAGE&utm_content=DOCS"
},
{
"title": "Provider Servers",
Expand Down
2 changes: 1 addition & 1 deletion website/docs/plugin/framework/index.mdx
Expand Up @@ -14,7 +14,7 @@ The plugin framework is a new way to develop Terraform Plugins on [protocol vers

## Get Started

- Try the [Implement Create and Read with the Terraform Plugin Framework](https://learn.hashicorp.com/tutorials/terraform/plugin-framework-create?in=terraform/providers) tutorial.
- Try the [Terraform Plugin Framework collection](https://learn.hashicorp.com/collections/terraform/providers-plugin-framework) on HashiCorp Learn.
- Clone the [terraform-provider-scaffolding-framework](https://github.com/hashicorp/terraform-provider-scaffolding-framework) template repository on GitHub.

## Key Concepts
Expand Down

0 comments on commit afd88cb

Please sign in to comment.