Browse Source

Updated repo links

Belle Aerni 2 years ago
parent
commit
6b0a424a52

+ 1 - 1
src/Themes/Bootstrap/Templates/default_layout.html

@@ -46,7 +46,7 @@
   <footer class="text-center text-lg-start">
     <div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
       Powered by
-      <a href="https://github.com/BelleNottelling/AntCMS/">AntCMS</a>
+      <a href="https://github.com/AntCMS-org/AntCMS">AntCMS</a>
       <!--AntCMS-Debug-->
     </div>
   </footer>

+ 1 - 1
src/Themes/Default/Templates/default_layout.html

@@ -52,7 +52,7 @@
   <footer class="text-center text-lg-start">
     <div class="text-center p-3 bg-gray-100 dark:bg-zinc-900">
       Powered by
-      <a href="https://github.com/BelleNottelling/AntCMS/"
+      <a href="https://github.com/AntCMS-org/AntCMS"
         class="text-blue-500 dark:text-blue-400 hover:text-blue-400 dark:hover:text-blue-500">AntCMS</a>
       <!--AntCMS-Debug-->
     </div>