Skip to content

Commit b795951

Browse files
committed
known issue
1 parent febdeb7 commit b795951

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/make.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ links = InterLinks(
99
"https://control-toolbox.org/CTDirect.jl/stable/objects.inv",
1010
joinpath(@__DIR__, "inventories", "CTDirect.toml"),
1111
),
12+
"OptimalControl" => (
13+
"https://control-toolbox.org/OptimalControl.jl/stable/",
14+
"https://control-toolbox.org/OptimalControl.jl/stable/objects.inv",
15+
joinpath(@__DIR__, "inventories", "OptimalControl.toml"),
16+
),
1217
)
1318

1419
# For reproducibility

docs/src/tutorial-lqr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ plot(px1, px2, pu, layout=(1, 3), size=(800, 300), leftmargin=5mm, bottommargin=
9494

9595
## Known issues
9696

97-
The following definition will lead to an error when solving the problem. See [Reverse over forward AD issues with ADNLP](https://github.com/control-toolbox/OptimalControl.jl/issues/481).
97+
The following definition will lead to an error when solving the problem. This is a [known issue](@extref OptimalControl manual-abstract-known-issues).
9898

9999
```@repl main-lqr
100100

0 commit comments

Comments
 (0)