Skip to content

Commit 35c48d2

Browse files
authored
Merge pull request #249 from mapbender/fix/disclaimer-sitelink
Fix deprecated sitelink URL template
2 parents ecb7f6a + a6f9770 commit 35c48d2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

de/customization/yaml.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Es kann ein Disclaimer mittels Sitelinks hinzugefügt werden. Dafür muss Folgen
111111
.. code-block:: yaml
112112
113113
mapbender.sitelinks:
114-
- link: https://mapbender.org/impressum-kontakt # Link URL
114+
- link: https://mapbender.org/impressum # Link URL
115115
text: Impressum & Kontakt # Link Text
116116
- link: https://mapbender.org/datenschutz
117117
text: Datenschutz

en/customization/yaml.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ A disclaimer can be added through the use of site links.
116116
.. code-block:: yaml
117117
118118
mapbender.sitelinks:
119-
- link: http://mapbender.org/en/about-contact # Link URL
120-
text: Imprint & Contact # Link text
121-
- link: http://mapbender.org/en/privacy-policy
122-
text: Privacy-Policy
119+
- link: https://mapbender.org/en/legal-notice/ # Link URL
120+
text: Imprint & Contact # Link text
121+
- link: https://mapbender.org/en/privacy-policy/
122+
text: Privacy Policy
123123
124124
Site links will be seperated by "|".
125125

0 commit comments

Comments
 (0)