Skip to content

Commit

Permalink
Merge pull request #310 from danielsinai/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanduplessis authored Feb 21, 2024
2 parents 2f05dbe + 0353e98 commit 5c6932f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/generating-a-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ variables in the `Makefile`:
export TERRAFORM_DOCS_PATH := website/docs/r
```

Refer to [the Dockerfile](https://github.com/crossplane/upjet-provider-template/blob/main/cluster/images/upjet-provider-template/Dockerfile) to see the variables called when building the provider.
Refer to [the Dockerfile](https://github.com/upbound/upjet-provider-template/blob/main/cluster/images/upjet-provider-template/Dockerfile) to see the variables called when building the provider.

## Configure the provider resources

Expand Down Expand Up @@ -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

0 comments on commit 5c6932f

Please sign in to comment.