From 529c5e837cf05f5dcfad93ed26ce66b8bccfc96c Mon Sep 17 00:00:00 2001 From: Morre <morre@cccv.de> Date: Sun, 27 Dec 2020 17:00:59 +0100 Subject: [PATCH] docs: update legal link --- themes/rc3/base.html | 2 +- themes/rc3/main.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/rc3/base.html b/themes/rc3/base.html index 8dfe44d..aab989d 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://legal.cccv.de/">Impressum</a> <a href="https://legal.cccv.de/">Datenschutz</a></p> + <p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>. <a href="https://legal.rc3.world/">Impressum</a> <a href="https://legal.rc3.world/">Datenschutz</a></p> {%- endblock %} </footer> diff --git a/themes/rc3/main.html b/themes/rc3/main.html index 797eb7b..9894c6b 100644 --- a/themes/rc3/main.html +++ b/themes/rc3/main.html @@ -11,6 +11,6 @@ the blocks defined in base.html and its included child templates. {%- block footer %} <hr> -<p> Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>. <a href="https://legal.cccv.de/">Impressum</a> <a href="https://legal.cccv.de/">Datenschutz</a></p> +<p> Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>. <a href="https://legal.rc3.world/">Impressum</a> <a href="https://legal.rc3.world/">Datenschutz</a></p> {%- endblock %} -- GitLab