diff --git a/docs/make.jl b/docs/make.jl index 368b582f..7c43ac35 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -23,8 +23,7 @@ example_pages = [ "Multiprocessing" => joinpath("examples", "multiprocessing.md"), "Pluto Workshops" => joinpath("examples", "workshops.md"), "FMIExport Examples" => [ - "Bouncing Ball" => joinpath("examples", "fmiexport_examples", "BouncingBall.md"), - "Manipulation" => joinpath("examples", "fmiexport_examples", "Manipulation.md"), + "Export Bouncing Ball" => joinpath("examples", "fmiexport_examples", "Export-BouncingBall.md"), ] ] diff --git a/docs/src/examples/overview.md b/docs/src/examples/overview.md index 97023eed..17face5b 100644 --- a/docs/src/examples/overview.md +++ b/docs/src/examples/overview.md @@ -24,8 +24,7 @@ Examples are subdevided into *Basics*, *Advanced*, *Export*, *Pluto workshops* a **FMIExport.jl examples:** -- [__BouncingBall__](https://thummeto.github.io/FMI.jl/dev/examples/fmiexport_examples/BouncingBall/): Export an FMU of a BouncingBall, that created in Julia -- [__Manipulation__](https://thummeto.github.io/FMI.jl/dev/examples/fmiexport_examples/Manipulation/): Export an FMU created in Julia +- [__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 **Pluto workshops:**