Skip to content

Commit 333a30f

Browse files
committed
fix: imprint urls
1 parent 0391862 commit 333a30f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

footer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
"items": [
4343
{
4444
"label": "About",
45-
"to": "about"
45+
"to": "/about"
4646
},
4747
{
4848
"label": "Legal Notice",
49-
"href": "imprint"
49+
"href": "/imprint"
5050
},
5151
{
5252
"label": "Privacy",

src/pages/about.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ Department of Chemistry
1717
Germany
1818
Mail: [nfdi4chem@uni-mainz.de](mailto:nfdi4chem@uni-mainz.de)
1919

20-
[Legal Notice](imprint)
20+
[Legal Notice](/imprint)
2121
[Privacy](https://www.uni-mainz.de/en/privacy/)

0 commit comments

Comments
 (0)