diff --git a/themes/rc3/base.html b/themes/rc3/base.html
index 8dfe44da2248d7279a46006d31fdd2d81e2a92ef..aab989db1f445570633bc584219feb9fe82a0918 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 797eb7be9b4f689bced349afc91ff04986dceff6..9894c6ba150a178f0f39532df72a95cbd0acc33a 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 %}