Skip to content

Commit 83b4e90

Browse files
authored
fix links to Trixi.jl docs (#92)
1 parent 4214734 commit 83b4e90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ end
1010
using TrixiAtmo
1111

1212
# Provide external links to the Trixi.jl docs (project root and inventory file)
13-
links = InterLinks("Trixi" => ("https://trixi-framework.github.io/Trixi.jl/stable/",
14-
"https://trixi-framework.github.io/Trixi.jl/stable/objects.inv"))
13+
links = InterLinks("Trixi" => ("https://trixi-framework.github.io/TrixiDocumentation/stable/",
14+
"https://trixi-framework.github.io/TrixiDocumentation/stable/objects.inv"))
1515

1616
DocMeta.setdocmeta!(TrixiAtmo, :DocTestSetup, :(using TrixiAtmo);
1717
recursive = true)

src/equations/shallow_water_3d.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This affects the implementation and use of these equations in various ways:
3737
* The flux values corresponding to the bottom topography must be zero.
3838
* The bottom topography values must be included when defining initial conditions, boundary conditions or
3939
source terms.
40-
* [`AnalysisCallback`](https://trixi-framework.github.io/Trixi.jl/stable/reference-trixi/#Trixi.AnalysisCallback) analyzes this variable.
40+
* [`AnalysisCallback`](https://trixi-framework.github.io/TrixiDocumentation/stable/reference-trixi/#Trixi.AnalysisCallback) analyzes this variable.
4141
* Trixi.jl's visualization tools will visualize the bottom topography by default.
4242
4343
References:

0 commit comments

Comments
 (0)