diff --git a/docs/src/implemented_sequences.md b/docs/src/implemented_sequences.md
index f610c6bc608575bcf26dc73b4e27f31af44c5adb..273eb7fa8c5e16c47118124d1901ec0ac4437985 100644
--- a/docs/src/implemented_sequences.md
+++ b/docs/src/implemented_sequences.md
@@ -12,6 +12,6 @@ When reading the help, you will notice that there are two type of expected input
 Internally whenever you call a sequence function it will run a non-linear optimisation given any constraints and/or objectives you have given to the `Variables`. It will give a single sequence that matches all of the constraints. If no solution exists, an error will be raised instead. If multiple solutions exist, a single (somewhat random) one is returned.
 
 ## Available sequences
-```@autodocs
-Modules = [MRIBuilder.Sequences]
-```
\ No newline at end of file
+- [`GradientEcho`](@ref)
+- [`SpinEcho`](@ref)
+- [`DWI`](@ref)/[`DW_SE`](@ref)/[`DiffusionSpinEcho`](@ref)
\ No newline at end of file