@@ -6,15 +6,15 @@ The tutorials on these pages will guide you through solving shallow water equati
66
77Before diving into the TrixiShallowWater.jl specific tutorials, we recommend familiarizing yourself with
88the core concepts of Trixi.jl by reading through the [ Trixi.jl
9- documentation] ( https://trixi-framework.github.io/Trixi.jl /stable/ ) and first complete the following Trixi.jl
9+ documentation] ( https://trixi-framework.github.io/TrixiDocumentation /stable/ ) and first complete the following Trixi.jl
1010tutorials below:
1111
12- - [ First steps in Trixi.jl] ( https://trixi-framework.github.io/Trixi.jl /stable/tutorials/first_steps/getting_started/ )
13- - [ Introduction to DG Methods] ( https://trixi-framework.github.io/Trixi.jl /stable/tutorials/scalar_linear_advection_1d/ )
14- - [ DGSEM with flux differencing] ( https://trixi-framework.github.io/Trixi.jl /stable/tutorials/DGSEM_FluxDiff/ )
15- - [ Shock capturing with flux differencing and stage limiter] ( https://trixi-framework.github.io/Trixi.jl /stable/tutorials/shock_capturing/ )
16- - [ Non-periodic boundaries] ( https://trixi-framework.github.io/Trixi.jl /stable/tutorials/non_periodic_boundaries/ )
17- - [ Explicit time stepping] ( https://trixi-framework.github.io/Trixi.jl /stable/tutorials/time_stepping/ )
12+ - [ First steps in Trixi.jl] ( https://trixi-framework.github.io/TrixiDocumentation /stable/tutorials/first_steps/getting_started/ )
13+ - [ Introduction to DG Methods] ( https://trixi-framework.github.io/TrixiDocumentation /stable/tutorials/scalar_linear_advection_1d/ )
14+ - [ DGSEM with flux differencing] ( https://trixi-framework.github.io/TrixiDocumentation /stable/tutorials/DGSEM_FluxDiff/ )
15+ - [ Shock capturing with flux differencing and stage limiter] ( https://trixi-framework.github.io/TrixiDocumentation /stable/tutorials/shock_capturing/ )
16+ - [ Non-periodic boundaries] ( https://trixi-framework.github.io/TrixiDocumentation /stable/tutorials/non_periodic_boundaries/ )
17+ - [ Explicit time stepping] ( https://trixi-framework.github.io/TrixiDocumentation /stable/tutorials/time_stepping/ )
1818
1919## TrixiShallowWater.jl Tutorials
2020
@@ -36,5 +36,5 @@ using the features from TrixiShallowWater.jl. Each tutorial is designed to be se
3636## Getting Help
3737
3838If you encounter any issues or have questions while working through the tutorials, feel free to:
39- - Check the [ Trixi.jl documentation] ( https://trixi-framework.github.io/Trixi.jl /stable/ ) .
39+ - Check the [ Trixi.jl documentation] ( https://trixi-framework.github.io/TrixiDocumentation /stable/ ) .
4040- Open an issue on the [ TrixiShallowWater.jl GitHub repository] ( https://github.com/trixi-framework/TrixiShallowWater.jl/issues ) .
0 commit comments