diff --git a/README.md b/README.md
index e59111ff0bc2cebd6e8629ef38842b6e8dfc9a25..4fb480a5c47d6ca91838f1f3af872edd8ca223b6 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ brew install fluxcd/tap/flux
 With Bash:
 
 ```sh
-curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
+curl -s https://fluxcd.io/install.sh | sudo bash
 
 # enable completions in ~/.bash_profile
 . <(flux completion bash)
diff --git a/docs/dev-guides/source-watcher.md b/docs/dev-guides/source-watcher.md
index 8f533b7dd1bc3aea3a8796f6f9270f515854c29d..4353d4443b77e998a2b359f2813d27ed4925421f 100644
--- a/docs/dev-guides/source-watcher.md
+++ b/docs/dev-guides/source-watcher.md
@@ -28,7 +28,7 @@ kind create cluster --name dev
 Install the Flux CLI:
 
 ```sh
-curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
+curl -s https://fluxcd.io/install.sh | sudo bash
 ```
 
 Verify that your dev machine satisfies the prerequisites with:
diff --git a/docs/get-started/index.md b/docs/get-started/index.md
index 398a9789815327357e8aca2bad2f637e711b8de8..648261258013efc1d5bbd09f5c0c574644abb732 100644
--- a/docs/get-started/index.md
+++ b/docs/get-started/index.md
@@ -39,7 +39,7 @@ brew install fluxcd/tap/flux
 Or install `flux` by downloading precompiled binaries using a Bash script:
 
 ```sh
-curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
+curl -s https://fluxcd.io/install.sh | sudo bash
 ```
 
 The install script downloads the flux binary to `/usr/local/bin`.
diff --git a/docs/guides/flux-v1-migration.md b/docs/guides/flux-v1-migration.md
index 0b89b9c9e4836c576b9fdb1efa16e75e0d3f3468..470c94ed333a37563a087162344ed3b1ed964265 100644
--- a/docs/guides/flux-v1-migration.md
+++ b/docs/guides/flux-v1-migration.md
@@ -32,7 +32,7 @@ brew install fluxcd/tap/flux
 With Bash:
 
 ```sh
-curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
+curl -s https://fluxcd.io/install.sh | sudo bash
 
 # enable completions in ~/.bash_profile
 . <(flux completion bash)
diff --git a/docs/guides/installation.md b/docs/guides/installation.md
index b528b9e65a935d0731c5fa8b3a327e0244cdc712..496c53a8291bf6d4f4aa02b6b5b4eb46f2877e76 100644
--- a/docs/guides/installation.md
+++ b/docs/guides/installation.md
@@ -19,7 +19,7 @@ brew install fluxcd/tap/flux
 With Bash:
 
 ```sh
-curl -s https://toolkit.fluxcd.io/install.sh | sudo bash
+curl -s https://fluxcd.io/install.sh | sudo bash
 
 # enable completions in ~/.bash_profile
 . <(flux completion bash)