From e53958bad1db802dd4584ffb0a90ba31b4eeebce Mon Sep 17 00:00:00 2001 From: Ian Wahbe Date: Thu, 12 Dec 2024 13:00:42 +0100 Subject: [PATCH] Fix additional links to `pf/README.md` --- README.md | 13 ++++--------- docs/guides/upgrade-sdk-to-mux.md | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3126eb3b6..21565dc6f 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,12 @@ If you want details on how provider development works, please see [our docs](./d ## Upgrading an Existing Bridged Provider -To upgrade a provider that used to use the [Terraform Plugin -SDK](https://github.com/hashicorp/terraform-plugin-sdk) to a version that uses the -[Terraform Plugin -Framework](https://github.com/hashicorp/terraform-plugin-framework?tab=readme), see -[here](./pf/README.md#how-to-upgrade-a-bridged-provider-to-plugin-framework). +To upgrade a provider that used to use the [Terraform Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) to a version that +uses the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework?tab=readme), see [here](https://pulumi-developer-docs.readthedocs.io/projects/pulumi-terraform-bridge/en/latest/docs/guides/upgrade-sdk-to-pf.html). To upgrade a provider that was bridged from a Terraform provider built against [Terraform -Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) and you want to upgrade it -to a version that has migrated some but not all resources/datasources to the [Terraform -Plugin Framework](https://github.com/hashicorp/terraform-plugin-sdk?tab=readme-ov-file), -see [here](./docs/guides/upgrade-sdk-to-mux.md). +Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) and you want to upgrade it to a version that has migrated some but not all +resources/datasources to the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-sdk?tab=readme-ov-file), see [here](./docs/guides/upgrade-sdk-to-mux.md). ## Overview diff --git a/docs/guides/upgrade-sdk-to-mux.md b/docs/guides/upgrade-sdk-to-mux.md index 2c9ad252c..da60d322a 100644 --- a/docs/guides/upgrade-sdk-to-mux.md +++ b/docs/guides/upgrade-sdk-to-mux.md @@ -10,7 +10,7 @@ Framework](https://github.com/hashicorp/terraform-plugin-sdk?tab=readme-ov-file) `github.com/hashicorp/terraform-plugin-framework/provider.Provider` from the upstream provider. If the provider is shimmed (or needs to be), you can follow step (1) from ["How to Upgrade a Bridged Provider to Plugin - Framework"](../pf/README.md#how-to-upgrade-a-bridged-provider-to-plugin-framework). + Framework"](./upgrade-sdk-to-mux.md). 1. Find the tfgen binary `main` that calls `tfgen.Main` from `github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen` and update it to call