diff --git a/docs/guides/import.md b/docs/guides/import.md
index 61b228a..d35bb06 100644
--- a/docs/guides/import.md
+++ b/docs/guides/import.md
@@ -19,12 +19,12 @@ cd terraform-provider-rudderstack
 
 ## Step 2: Generate your personal access token
 
-Running the tool requires a RudderStack personal access token to be set in the `RUDDERSTACK_ACCESS_TOKEN` environemnt variable. For more information about generating this token, refer to the [RudderStack Documentation](https://www.rudderstack.com/docs/rudderstack-api/personal-access-tokens/).
+Running the tool requires a RudderStack personal access token to be set in the `RUDDERSTACK_ACCESS_TOKEN` environemnt variable. For more information about generating this token, refer to the [RudderStack Documentation](https://www.rudderstack.com/docs/dashboard-guides/personal-access-token/).
 
 Once you set this token, you can generate the script using the following command:
 
 ```sh
-go run ./scripts/bootstrap-terraform.sh
+./scripts/bootstrap-terraform.sh
 ```
 
 The following example sets the personal access token and outputs the script to the `rudderstack.tf` file: