diff --git a/src/components/Footer.vue b/src/components/Footer.vue
index 96fa4c71..4021e8c5 100644
--- a/src/components/Footer.vue
+++ b/src/components/Footer.vue
@@ -26,7 +26,7 @@
                     <li><router-link :to="{ name: 'brand' }">Our Brand</router-link></li>
                     <li><router-link :to="{ name: 'get-involved-funding' }">Funding</router-link></li>
                     <li><router-link :to="{ name: 'licenses' }">Licenses</router-link></li>
-                    <li><a href="//fabricators.ltd/en/contact.html">File a Complaint</a></li>
+                    <li><a href="//fabricators.ltd/en/contacts">File a Complaint</a></li>
                     <li><a href="//status.vanillaos.org/">System Status</a></li>
                 </ul>
                 <ul>
diff --git a/src/views/get-involved/Funding.vue b/src/views/get-involved/Funding.vue
index e88d7026..56516e0b 100644
--- a/src/views/get-involved/Funding.vue
+++ b/src/views/get-involved/Funding.vue
@@ -12,12 +12,12 @@
         <div class="text text--rich">
             <p>* This platform optionally allows you to make your donation anonymous. If you choose to do so, we will not
                 receive your name or any other information about you.</p>
-            <p>Once you have made a donation, <a href="https://fabricators.ltd/en/contact.html" target="_blank">contact us</a> to
+            <p>Once you have made a donation, <a href="https://fabricators.ltd/en/contacts" target="_blank">contact us</a> to
                 give you the role of sponsor on our Discord server.</p>
         </div>
     </div>
 </template>
-  
+
 <script lang="ts">
 import { defineComponent } from 'vue';
 
@@ -104,4 +104,3 @@ export default defineComponent({
     },
 });
 </script>
-