Skip to content

Commit

Permalink
fix: updated broken links in README (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
marnas authored Nov 4, 2024
1 parent 8a28cc4 commit 8cd8918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8cd8918

Please sign in to comment.