From 3bd428be266ee0c4367b8636b389904edf6e8054 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Wed, 13 Dec 2023 15:33:42 +1300 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Morten Piibeleht --- docs/src/tutorials/nonlinear/nested_problems.jl | 2 +- docs/src/tutorials/nonlinear/rocket_control.jl | 2 +- .../src/tutorials/nonlinear/space_shuttle_reentry_trajectory.jl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/tutorials/nonlinear/nested_problems.jl b/docs/src/tutorials/nonlinear/nested_problems.jl index 96eae79bf5e..5ee010472e3 100644 --- a/docs/src/tutorials/nonlinear/nested_problems.jl +++ b/docs/src/tutorials/nonlinear/nested_problems.jl @@ -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: diff --git a/docs/src/tutorials/nonlinear/rocket_control.jl b/docs/src/tutorials/nonlinear/rocket_control.jl index 09705b8647a..33b3895b834 100644 --- a/docs/src/tutorials/nonlinear/rocket_control.jl +++ b/docs/src/tutorials/nonlinear/rocket_control.jl @@ -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: diff --git a/docs/src/tutorials/nonlinear/space_shuttle_reentry_trajectory.jl b/docs/src/tutorials/nonlinear/space_shuttle_reentry_trajectory.jl index ce2a95d34b1..a62c1c7b305 100644 --- a/docs/src/tutorials/nonlinear/space_shuttle_reentry_trajectory.jl +++ b/docs/src/tutorials/nonlinear/space_shuttle_reentry_trajectory.jl @@ -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