Skip to content

Commit fbf08bf

Browse files
authored
Merge pull request #989 from threefoldtech/development_update_readme
update readme docs
2 parents a36d1a6 + e04550e commit fbf08bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ integration: clean build-dev
2929
tests: unittests integrationtests
3030

3131
clean:
32-
rm -f $(GARBAGE)
32+
rm -rf $(GARBAGE)
3333

3434
lint:
3535
@echo "Running $@"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ A terraform provider for the [threefold grid](https://threefold.io) to manage yo
77
## Requirements
88

99
- [Terraform](https://www.terraform.io/downloads.html) >= 0.13.x
10-
- [Go](https://golang.org/doc/install) >= 1.15
11-
- [Gettting started document](https://library.threefold.me/info/manual/#/manual3_iac/grid3_terraform/manual__grid3_terraform_home)
10+
- [Go](https://golang.org/doc/install) >= 1.21
11+
- [Gettting started document](https://manual.grid.tf/documentation/system_administrators/terraform/terraform_readme.html#get-started)
1212

1313
## Using provider for different environments
1414

@@ -55,7 +55,7 @@ terraform init && terraform apply # creates resources defined in main.tf
5555
terraform destroy # destroy the created resource
5656
```
5757

58-
- For a tutorials, please visit the [wiki](https://library.threefold.me/info/manual/#/manual3_iac/grid3_terraform/manual__grid3_terraform_home) page.
58+
- For a tutorials, please visit the [wiki](https://manual.grid.tf/documentation/system_administrators/terraform/terraform_readme.html#get-started) page.
5959
- Detailed docs for resources and their arguments can be found in the [docs](docs).
6060

6161
## Building The Provider (for development only)

0 commit comments

Comments
 (0)