diff --git a/docs/roadmap/index.md b/docs/roadmap/index.md
index fd1408fd..24aff177 100644
--- a/docs/roadmap/index.md
+++ b/docs/roadmap/index.md
@@ -48,11 +48,11 @@ Tasks
### Flux image update feature parity
-[= 70% "70%"]
+[= 80% "80%"]
-Image automation is available as a prerelease. See [the
-README](https://github.com/fluxcd/image-automation-controller#readme)
-for instructions on installing it.
+Image automation is available as a prerelease. See [this
+guide](https://toolkit.fluxcd.io/guides/image-update/) for how to
+install and use it.
Goals
@@ -73,7 +73,8 @@ Tasks
- [ ] Azure-specific support [fluxcd/image-reflector-controller#11](https://github.com/fluxcd/image-reflector-controller/issues/11)
- [x] Design the automation component
- [x] Implement the image scan/patch/push workflow
-- [ ] Integrate the new components in the Flux CLI [fluxcd/flux2#538](https://github.com/fluxcd/flux2/pull/538)
+- [x] Integrate the new components in the Flux CLI [fluxcd/flux2#538](https://github.com/fluxcd/flux2/pull/538)
+- [x] Write a guide for how to use image automation ([guide here](https://toolkit.fluxcd.io/guides/image-update/))
- [ ] Write a migration guide from Flux annotations
## The road to Helm Operator v2