From e41f85b93d8050e0788d2280e9696f0071a1f9d4 Mon Sep 17 00:00:00 2001 From: Simon Exner <43469235+0815Creeper@users.noreply.github.com> Date: Wed, 15 Jan 2025 17:46:53 +0100 Subject: [PATCH] naming fix in examples/overview.md (#266) --- docs/src/examples/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/examples/overview.md b/docs/src/examples/overview.md index 17face5b..c3370c2b 100644 --- a/docs/src/examples/overview.md +++ b/docs/src/examples/overview.md @@ -24,7 +24,7 @@ Examples are subdevided into *Basics*, *Advanced*, *Export*, *Pluto workshops* a **FMIExport.jl examples:** -- [__Export-BouncingBall__](https://thummeto.github.io/FMI.jl/dev/examples/fmiexport_examples/Export-BouncingBall/): Export an FMU of a BouncingBall, that is implemented in Julia +- [__Export__](https://thummeto.github.io/FMI.jl/dev/examples/fmiexport_examples/Export/): Export an FMU of a BouncingBall, that is implemented in Julia **Pluto workshops:** @@ -33,4 +33,4 @@ Examples are subdevided into *Basics*, *Advanced*, *Export*, *Pluto workshops* a **Publication appendices:** -- [__Modelica conference 2021__](https://thummeto.github.io/FMI.jl/dev/examples/modelica_conference_2021/): Showing the different variants of simulating an FMU. \ No newline at end of file +- [__Modelica conference 2021__](https://thummeto.github.io/FMI.jl/dev/examples/modelica_conference_2021/): Showing the different variants of simulating an FMU.