diff --git a/DOCKER.md b/DOCKER.md
index 48e30fea..18529c93 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -132,7 +132,7 @@ curl -sSf https://install.surrealdb.com | sh
The easiest and preferred way to get going with SurrealDB on Windows is to install and use the SurrealDB command-line tool. Run the following command in your terminal and follow the on-screen instructions.
```bash
-iwr https://ps1.surrealdb.com -useb | iex
+iwr https://install.surrealdb.com -useb | iex
```
diff --git a/README.md b/README.md
index d9e62906..350c087f 100644
--- a/README.md
+++ b/README.md
@@ -157,7 +157,7 @@ curl -sSf https://install.surrealdb.com | sh
The easiest and preferred way to get going with SurrealDB on Windows is to install and use the SurrealDB command-line tool. Run the following command in your terminal and follow the on-screen instructions.
```bash
-iwr https://ps1.surrealdb.com -useb | iex
+iwr https://install.surrealdb.com -useb | iex
```