diff --git a/README.md b/README.md index b1e65ef..a2e43e8 100644 --- a/README.md +++ b/README.md @@ -203,9 +203,9 @@ Then commit the changes to `go.mod` and `go.sum`. The project uses different codegen tool to generate source files. -**Documentation** in [`docs`](./docs/) folder is generated using [tfplugindocs](github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs) +**Documentation** in [`docs`](./docs/) folder is generated using [tfplugindocs](https://github.com/hashicorp/terraform-plugin-docs) -**Terraform schema definition** in [`schema`](./internal/schema/) module are generated using [tfplugingen-framework](github.com/hashicorp/terraform-plugin-codegen-framework/cmd/tfplugingen-framework) from currently manually maintained code spec [json file](./provider_code_spec.json). +**Terraform schema definition** in [`schema`](./internal/schema/) module are generated using [tfplugingen-framework](https://github.com/hashicorp/terraform-plugin-codegen-framework) from currently manually maintained code spec [json file](./provider_code_spec.json). ### Run acceptance tests