We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0391862 commit 333a30fCopy full SHA for 333a30f
footer.json
@@ -42,11 +42,11 @@
42
"items": [
43
{
44
"label": "About",
45
- "to": "about"
+ "to": "/about"
46
},
47
48
"label": "Legal Notice",
49
- "href": "imprint"
+ "href": "/imprint"
50
51
52
"label": "Privacy",
src/pages/about.mdx
@@ -17,5 +17,5 @@ Department of Chemistry
17
Germany
18
Mail: [nfdi4chem@uni-mainz.de](mailto:nfdi4chem@uni-mainz.de)
19
20
-[Legal Notice](imprint)
+[Legal Notice](/imprint)
21
[Privacy](https://www.uni-mainz.de/en/privacy/)
0 commit comments