Skip to content

Commit

Permalink
Fix missing link in mixed.md (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmigot authored Feb 4, 2024
1 parent 5043ecf commit 1b256e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/mixed.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The package `ADNLPModels.jl` implements the [`NLPModel API`](https://github.com/JuliaSmoothOptimizers/NLPModels.jl) using automatic differentiation (AD) backends.
It is also possible to build hybrid models that use AD to complete the implementation of a given `NLPModel`.

In the following example, we use [`ManualNLPModels.jl`](ManualNLPModels.jl) to build an NLPModel with the gradient and the Jacobian functions implemented.
In the following example, we use [`ManualNLPModels.jl`](https://github.com/JuliaSmoothOptimizers/ManualNLPModels.jl) to build an NLPModel with the gradient and the Jacobian functions implemented.

```@example ex1
using ManualNLPModels
Expand Down

0 comments on commit 1b256e3

Please sign in to comment.