Skip to content

Commit 1351030

Browse files
committed
NonLinMPC in manual
1 parent 0c2c3bd commit 1351030

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/manual/linmpc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Manual
1+
# [Manual](@id my_manual)
22

33
## Linear model and controller
44

docs/src/public/state_estim.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the controller computations, without introducing any additional delays. Moreover
2626
[`moveinput!`](@ref) method of the predictive controllers does not automatically update the
2727
estimates with [`updatestate!`](@ref). This allows applying the calculated inputs on the
2828
real plant before starting the potentially expensive estimator computations (see
29-
[Manual](@ref) for examples).
29+
[Manual](@ref my_manual) for examples).
3030

3131
!!! info
3232
All the estimators support measured ``\mathbf{y^m}`` and unmeasured ``\mathbf{y^u}``

0 commit comments

Comments
 (0)