From e4a70ce70731b2626b2128a72c4b1c2ec73311d2 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Thu, 24 Dec 2020 13:01:54 +0100 Subject: [PATCH] change imprint link --- themes/rc3/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/rc3/base.html b/themes/rc3/base.html index b5f91fa..864d3f6 100644 --- a/themes/rc3/base.html +++ b/themes/rc3/base.html @@ -153,7 +153,7 @@ {%- if config.copyright %} <p>{{ config.copyright }}</p> {%- endif %} - <p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>. <a href="https://events.ccc.de/impressum/">Impressum</a></p> + <p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>. <a href="https://legal.cccv.de/">Impressum</a></p> {%- endblock %} </footer> -- GitLab