Skip to content

Commit 8704b15

Browse files
committed
fixed #23 Link checker issues in several markdown files
1 parent 452d200 commit 8704b15

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

news-and-blogposts/2023/2023-12-01-jso-juliacon-eindhoven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As published [in a previous post](https://jso.dev/news-and-blogposts/2023/2023-0
88

99
[![JuliaCon Local Eindhoven 2023](/assets/julia-packages-in-region.png)](https://juliacon.org/local/eindhoven2023/)
1010

11-
Abel Siqueira's talk, titled [*Nonlinear Optimization with the Julia Smooth Optimizers Packages*](https://eindhoven2023.pydata.org/juliacon/talk/MYXETU/), delved into the rich ecosystem built by the JSO since its inception in 2015. With over 50 registered packages covering a wide range of nonlinear optimization and linear algebra topics, JSO has been a driving force in providing researchers with the necessary tools to seamlessly transition from prototyping to publication-ready code.
11+
Abel Siqueira's talk, titled [*Nonlinear Optimization with the Julia Smooth Optimizers Packages*](https://www.youtube.com/watch?v=i1eeD3uHbZ4), delved into the rich ecosystem built by the JSO since its inception in 2015. With over 50 registered packages covering a wide range of nonlinear optimization and linear algebra topics, JSO has been a driving force in providing researchers with the necessary tools to seamlessly transition from prototyping to publication-ready code.
1212

1313
With an extensive package ecosystem and the introduction of JSOSuite, the organization continues to play a pivotal role in bridging the gap between research and practical, user-friendly solutions. As we look forward to the future, events like JuliaCon Local Eindhoven contribute significantly to the collaborative and innovative spirit of the Julia community.
1414

@@ -17,4 +17,4 @@ Abstract:
1717

1818
You can check the full talk at [The Julia Programming Language Youtube](https://www.youtube.com/watch?v=i1eeD3uHbZ4).
1919

20-
[![Some tweets about the event](/assets/abel-juliacon-local-24.png)](https://twitter.com/eScienceCenter/status/1731659629287862537)
20+
[![Some tweets about the event](/assets/abel-juliacon-local-24.png)](https://x.com/eScienceCenter/status/1731659629287862537)

tutorials/introduction-to-pdenlpmodels/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ We will use the solution found to initialize our solvers.
144144

145145
Finally, we are ready to solve the PDE-constrained optimization problem with a targeted tolerance of `10⁻⁵`.
146146
In the following, we will use both Ipopt and DCI on our problem.
147-
We refer to the tutorial [How to solve a small optimization problem with Ipopt + NLPModels](https://jso-docs.github.io/solve-an-optimization-problem-with-ipopt/)
147+
We refer to the tutorial [How to solve a small optimization problem with Ipopt + NLPModels](https://jso.dev/tutorials/solve-an-optimization-problem-with-ipopt/)
148148
for more information on `NLPModelsIpopt`.
149149

150150
```julia

tutorials/introduction-to-ripqp/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Generic Execution stats
111111

112112

113113
The `stats` output is a
114-
[GenericExecutionStats](https://jso.dev/SolverCore.jl/dev/reference/#SolverCore.GenericExecutionStats).
114+
[GenericExecutionStats](https://jso.dev/SolverCore.jl/dev/).
115115

116116
It is also possible to use the package [QPSReader.jl](https://github.com/JuliaSmoothOptimizers/QPSReader.jl) in order to
117117
read convex quadratic problems in MPS or SIF formats: (download [QAFIRO](https://raw.githubusercontent.com/JuliaSmoothOptimizers/RipQP.jl/main/test/QAFIRO.SIF))

tutorials/introduction-to-solverbenchmark/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ pretty_stats(df[!, [:name, :f, :t]],
288288

289289

290290

291-
See the [PrettyTables.jl documentation](https://ronisbr.github.io/PrettyTables.jl/stable/man/formatters/) for more information.
291+
See the [PrettyTables.jl documentation](https://ronisbr.github.io/PrettyTables.jl/stable/) for more information.
292292

293293
When using LaTeX format, the output must be understood by LaTeX.
294294
By default, numerical data in the table is wrapped in inline math environments.

0 commit comments

Comments
 (0)