diff --git a/README.md b/README.md
index 9b04086d0e460ad185de1e831d1197c922c6e11a..a2abc60b503b1fed502c24c7f8d48331478d3aad 100644
--- a/README.md
+++ b/README.md
@@ -74,7 +74,7 @@ runtime for Flux v2. The APIs comprise Kubernetes custom resources,
 which can be created and updated by a cluster user, or by other
 automation tooling.
 
-![overview](docs/diagrams/gitops-toolkit.png)
+![overview](docs/_files/gitops-toolkit.png)
 
 You can use the toolkit to extend Flux, or to build your own systems
 for continuous delivery -- see [the developer
diff --git a/docs/diagrams/gitops-toolkit.png b/docs/_files/gitops-toolkit.png
similarity index 100%
rename from docs/diagrams/gitops-toolkit.png
rename to docs/_files/gitops-toolkit.png
diff --git a/docs/index.md b/docs/index.md
index f4921f80d86504aa42911b79391aa6aad8d38832..2f18bd4d1a0499afea2cce3794da55ae3c7737ab 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -44,7 +44,7 @@ The `flux` command-line tool is a convenient way to bootstrap the
 system in a cluster, and to access the custom resources that make up
 the API.
 
-![overview](diagrams/gitops-toolkit.png)
+![overview](_files/gitops-toolkit.png)
 
 ## Where do I start?
 
diff --git a/docs/internal/release.md b/docs/internal/release.md
index 0910a18182472e05b01cb2aca2248e7be553c808..6f2047036fce24f0b2bb08c750e454f2300a8905 100644
--- a/docs/internal/release.md
+++ b/docs/internal/release.md
@@ -24,7 +24,7 @@ Repositories subject to semver releases:
    - dependencies: `github.com/fluxcd/source-controller/api`, `github.com/fluxcd/image-reflector-controller/api`, `github.com/fluxcd/pkg/*`
 1. [fluxcd/notification-controller](https://github.com/fluxcd/notification-controller)
     - modules: `api`
-    - dependencies: `github.com/fluxcd/source-controller/api`, `github.com/fluxcd/pkg/*`
+    - dependencies: `github.com/fluxcd/pkg/*`
 1. [fluxcd/flux2](https://github.com/fluxcd/flux2)
     - modules: `manifestgen`
     - dependencies: `github.com/fluxcd/source-controller/api`, `github.com/fluxcd/kustomize-controller/api`, `github.com/fluxcd/helm-controller/api`, `github.com/fluxcd/image-reflector-controller/api`, `github.com/fluxcd/image-automation-controller/api`, `github.com/fluxcd/notification-controller/api`, `github.com/fluxcd/pkg/*`