From 777cc6613e2872d62c0fd7d0f320061896ee3e46 Mon Sep 17 00:00:00 2001 From: Andrea Ghensi Date: Thu, 16 Nov 2023 06:23:48 +0100 Subject: [PATCH] Fix template link in documentation The first link needed for a beginner to start with the provider generation was broken. It now points to the updated repository location. --- docs/generating-a-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/generating-a-provider.md b/docs/generating-a-provider.md index f5a91da3..0c6dfef4 100644 --- a/docs/generating-a-provider.md +++ b/docs/generating-a-provider.md @@ -377,7 +377,7 @@ your provider, you can learn more about [testing your resources](testing-with-uptest.md) with Uptest. [Terraform GitHub provider]: https://registry.terraform.io/providers/integrations/github/latest/docs -[upjet-provider-template]: https://github.com/crossplane/upjet-provider-template +[upjet-provider-template]: https://github.com/upbound/upjet-provider-template [upbound/build]: https://github.com/upbound/build [github_repository]: https://registry.terraform.io/providers/integrations/github/latest/docs/resources/repository [github_branch]: https://registry.terraform.io/providers/integrations/github/latest/docs/resources/branch