Skip to content

Commit cf9b91a

Browse files
committed
docs: add more cross refs
1 parent 66e114b commit cf9b91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ println(r.equations[r.best_idx])
6060

6161
Here, we do the same thing, but with multiple expressions at once,
6262
each requiring a different feature. This means that we need to use
63-
`MultitargetSRRegressor` instead of `SRRegressor`:
63+
[`MultitargetSRRegressor`](@ref) instead of [`SRRegressor`](@ref):
6464

6565
```julia
6666
X = 2rand(1000, 5) .+ 0.1

0 commit comments

Comments
 (0)