diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index c62bb962..f74cffe4 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -7,7 +7,7 @@ Contributions are what make the open source community such an amazing place to b
2. Create your Feature Branch (`git checkout -b feature/TerraformFeature`)
3. Commit your Changes (`git commit -m 'Add some TerraformFeature'`)
4. Push to the Branch (`git push origin feature/TerraformFeature`)
-5. Open a [Pull Request](https://github.com/terraform-provider-minio/terraform-provider-minio/pulls)
+5. Open a [Pull Request](https://github.com/aminueza/terraform-provider-minio/pulls)
### Merging
diff --git a/README.md b/README.md
index c7457913..29cf28f8 100644
--- a/README.md
+++ b/README.md
@@ -1,24 +1,24 @@
-
+
Terraform Provider for MinIO
-
-
+
+
-
+
-
-
+
+
-
-
+
+
- Explore the docs »
+ Explore the docs »
@@ -51,7 +51,7 @@ It just means that we can't guarantee backward compatibility.
## Building and Installing
-Prebuilt versions of this provider are available on the [releases page](https://github.com/terraform-provider-minio/terraform-provider-minio/releases/latest).
+Prebuilt versions of this provider are available on the [releases page](https://github.com/aminueza/terraform-provider-minio/releases/latest).
But if you need to build it yourself, just download this repository, [install](https://taskfile.dev/#/installation) [Task](https://taskfile.dev/):
@@ -118,7 +118,7 @@ See our [examples](./examples/) folder.
## Roadmap
-See the [open issues](https://github.com/terraform-provider-minio/terraform-provider-minio/issues) for a list of proposed features (and known issues). See [CONTRIBUTING](./.github/CONTRIBUTING.md) for more information.
+See the [open issues](https://github.com/aminueza/terraform-provider-minio/issues) for a list of proposed features (and known issues). See [CONTRIBUTING](./.github/CONTRIBUTING.md) for more information.
## License
diff --git a/go.mod b/go.mod
index e25cc8b1..fc1edce0 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module github.com/terraform-provider-minio/terraform-provider-minio
+module github.com/aminueza/terraform-provider-minio
go 1.20
diff --git a/main.go b/main.go
index b08cd92f..acfc7060 100644
--- a/main.go
+++ b/main.go
@@ -3,8 +3,8 @@ package main
import (
"flag"
+ "github.com/aminueza/terraform-provider-minio/minio"
"github.com/hashicorp/terraform-plugin-sdk/v2/plugin"
- "github.com/terraform-provider-minio/terraform-provider-minio/minio"
)
func main() {