From f652efc6e6cb728a71d599f8de88366972114af9 Mon Sep 17 00:00:00 2001 From: Marcel Jacobse <44684927+mjacobse@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:26:50 +0200 Subject: [PATCH] Fix link to MadNLP --- docs/src/tutorial-nlp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/tutorial-nlp.md b/docs/src/tutorial-nlp.md index 19a01887..c7d0426b 100644 --- a/docs/src/tutorial-nlp.md +++ b/docs/src/tutorial-nlp.md @@ -74,7 +74,7 @@ plot(sol) ``` ## Change the NLP solver -Alternatively, we can use [MadNLP.jl](https://jso.dev/Percival.jl) to solve anew the NLP problem: +Alternatively, we can use [MadNLP.jl](https://madnlp.github.io/MadNLP.jl) to solve anew the NLP problem: ```@example main using MadNLP