Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Morten Piibeleht <[email protected]>
  • Loading branch information
odow and mortenpi authored Dec 13, 2023
1 parent 06c5fb7 commit 3bd428b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/src/tutorials/nonlinear/nested_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# see the [User-defined Hessians](@ref) tutorial.

# !!! info
# The JuMP extension [BilevelJuMP.jl](./../packages/BilevelJuMP) can also be used to model and
# The JuMP extension [BilevelJuMP.jl](../../packages/BilevelJuMP.md) can also be used to model and
# solve bilevel optimization problems.

# This tutorial uses the following packages:
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/nonlinear/rocket_control.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# The example is an optimal control problem of a nonlinear rocket.

# !!! info
# The JuMP extension [InfiniteOpt.jl](./../../packages/InfiniteOpt) can also be
# The JuMP extension [InfiniteOpt.jl](../../packages/InfiniteOpt.md) can also be
# used to model and solve optimal control problems.

# This tutorial uses the following packages:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# by John T. Betts.

# !!! info
# The JuMP extension [InfiniteOpt.jl](/../../packages/InfiniteOpt) can also be
# The JuMP extension [InfiniteOpt.jl](../../packages/InfiniteOpt.md) can also be
# used to model and solve optimal control problems.

# !!! tip
Expand Down

0 comments on commit 3bd428b

Please sign in to comment.