diff --git a/c3mkdocs/base.html b/c3mkdocs/base.html index be8d2ba6ca1d9b41d7e11071fa869051c3c6a781..6ab0e067208659b8ed470a0e523c11e727fba157 100644 --- a/c3mkdocs/base.html +++ b/c3mkdocs/base.html @@ -153,7 +153,8 @@ {%- 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 und Datenschutzerklärung +</a></p> {%- endblock %} </footer>