From 8c241890607d8a6f6de14036b354cd4e6ecee258 Mon Sep 17 00:00:00 2001 From: JesseEstum Date: Thu, 19 Oct 2023 16:05:26 -0500 Subject: [PATCH] Update generating-a-provider.md to fix broken references --- docs/generating-a-provider.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/generating-a-provider.md b/docs/generating-a-provider.md index f5a91da3..5df06a37 100644 --- a/docs/generating-a-provider.md +++ b/docs/generating-a-provider.md @@ -12,7 +12,7 @@ as the example, but the process is similar for any other Terraform provider. ## Prepare your new provider repository 1. Create a new GitHub repository for the Crossplane provider by clicking the -"**Use this template**" button in the [upjet-provider-template] repository. The +"**Use this template**" button in the [provider-template] repository. The expected repository name is in the format `provider-`. For example, `provider-github`. The script in step 3 expects this format and fails if you follow a different naming convention. @@ -25,11 +25,11 @@ command: make submodules ``` -1. To setup your provider name and group run the `./hack/prepare.sh` +1. To setup your provider name and group run the `./hack/helpers/prepare.sh` script from the repository root to prepare the code. ```bash - ./hack/prepare.sh + PROVIER=github ./hack/helpers/prepare.sh ``` 1. Ensure your organization name is correct in the `Makefile` for the