Skip to content

Commit 3dce446

Browse files
author
Johannes Lang
committed
Fix file paths in documentation.
1 parent e0c8265 commit 3dce446

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/assets/overrides.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Brand primitives */
22
:root {
3-
--dmfe-logo-default: url('../assets/logo-dmfe.svg');
4-
--dmfe-logo-contrast: url('../assets/logo-dmfe-contrast.svg');
3+
--dmfe-logo-default: url('/DYNAMITE/assets/logo-dmfe.svg');
4+
--dmfe-logo-contrast: url('/DYNAMITE/assets/logo-dmfe-contrast.svg');
55
--dmfe-gradient-start: #1e88e5;
66
--dmfe-gradient-mid: #3d68ff;
77
--dmfe-gradient-end: #5e35b1;
@@ -39,7 +39,7 @@ body.dmfe-home[data-md-color-scheme="slate"]::before {
3939
position: fixed;
4040
inset: 0;
4141
z-index: -2;
42-
background-image: url('../assets/Logo_fancy.png');
42+
background-image: url('/DYNAMITE/assets/Logo_fancy.png');
4343
background-repeat: no-repeat;
4444
background-size: clamp(640px, 65vw, 1100px);
4545
background-position: center calc(12vh + 20px);

docs/concepts/interpolation-grids.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Inputs directory structure:
133133
## Conceptual figure: triangular time domain and non‑equidistant grid
134134

135135
<figure style="text-align:center;">
136-
<img src="../../assets/interpolation-grid-diagram.svg" alt="Triangular time domain with dense and sparse grid regions" style="max-width: 680px; width: 100%; height: auto;" />
136+
<img src="/DYNAMITE/assets/interpolation-grid-diagram.svg" alt="Triangular time domain with dense and sparse grid regions" style="max-width: 680px; width: 100%; height: auto;" />
137137
<figcaption>Triangular time domain with dense and sparse grid regions.</figcaption>
138138

139139
</figure>

0 commit comments

Comments
 (0)