From 8cd89186d972a96bf7e646f49ebdaa772d831120 Mon Sep 17 00:00:00 2001 From: Marco Santonastaso Date: Mon, 4 Nov 2024 11:59:50 +0000 Subject: [PATCH] fix: updated broken links in README (#18) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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