diff --git a/src/build_sequences.jl b/src/build_sequences.jl
index 8a55ddf241ebee1ef298b749f78c71d770439446..f756a68b020b27033ebba14f06a5a538b8ad0b45 100644
--- a/src/build_sequences.jl
+++ b/src/build_sequences.jl
@@ -44,9 +44,9 @@ seq = Sequence(
 ```
 
 You can also add any arbitrary constraints or objectives using one of:
-- [`set_simple_constraints!`](@ref)
-- [`apply_simple_constraint!`](@ref)
-- [`add_cost_function!`](@ref)
+- `set_simple_constraints!`
+- `apply_simple_constraint!`
+- `add_cost_function!`
 
 As soon as the code block ends the sequence is optimised (if `optimise=true`) and returned.