diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94ea238..a8d469c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1478,7 +1478,7 @@ using the [notification.fluxcd.io API](https://github.com/fluxcd/notification-co
**Release date:** 2020-06-24
This is the first prerelease ready for public testing. To get started
-testing, see the [GitOps Toolkit guide](https://fluxcd.io/docs/get-started/).
+testing, see the [GitOps Toolkit guide](https://fluxcd.io/flux/get-started/).
## 0.0.1-beta.2
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 1d68561..5df028d 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -1,6 +1,6 @@
# Development
-> **Note:** Please take a look at
+> **Note:** Please take a look at
> to find out about how to contribute to Flux and how to interact with the
> Flux Development team.
diff --git a/README.md b/README.md
index 402bf67..a663e58 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Specifications:
## Usage
-The kustomize-controller is part of a composable [GitOps toolkit](https://fluxcd.io/docs/components/)
+The kustomize-controller is part of a composable [GitOps toolkit](https://fluxcd.io/flux/components/)
and depends on [source-controller](https://github.com/fluxcd/source-controller)
to acquire the Kubernetes manifests from Git repositories and S3 compatible storage buckets.
diff --git a/docs/spec/v1beta2/kustomization.md b/docs/spec/v1beta2/kustomization.md
index 702537a..5707500 100644
--- a/docs/spec/v1beta2/kustomization.md
+++ b/docs/spec/v1beta2/kustomization.md
@@ -1125,7 +1125,7 @@ on your EKS cluster, you can create an IAM Role and Service Account with access
to AWS KMS (using at least `kms:Decrypt` and `kms:DescribeKey`). Once these are
created, you can annotate the kustomize-controller Service Account with the
Role ARN, granting the controller permissions to decrypt the Secrets. Please refer
-to the [SOPS guide](https://fluxcd.io/docs/guides/mozilla-sops/#aws) for detailed steps.
+to the [SOPS guide](https://fluxcd.io/flux/guides/mozilla-sops/#aws) for detailed steps.
```sh
kubectl -n flux-system annotate serviceaccount kustomize-controller \