Skip to content

Commit 647a3bb

Browse files
committed
cleanup: update fabricators links
without /en/
1 parent 919b0a2 commit 647a3bb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<li><router-link :to="{ name: 'brand' }">Our Brand</router-link></li>
2727
<li><router-link :to="{ name: 'get-involved-funding' }">Funding</router-link></li>
2828
<li><router-link :to="{ name: 'licenses' }">Licenses</router-link></li>
29-
<li><a href="//fabricators.ltd/en/contacts">File a Complaint</a></li>
29+
<li><a href="//fabricators.ltd/contacts">File a Complaint</a></li>
3030
<li><a href="//status.vanillaos.org/">System Status</a></li>
3131
</ul>
3232
<ul>

src/views/EnterpriseSupport.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export default defineComponent({
105105
description: 'Get custom branding and customization for your Vanilla OS devices.',
106106
},
107107
{
108-
to: 'https://fabricators.ltd/en/contact.html',
108+
to: 'https://fabricators.ltd/contacts',
109109
extLink: true,
110110
type: "clickable",
111111
icon: 'contact_support',

src/views/get-involved/Funding.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="text text--rich">
1313
<p>* This platform optionally allows you to make your donation anonymous. If you choose to do so, we will not
1414
receive your name or any other information about you.</p>
15-
<p>Once you have made a donation, <a href="https://fabricators.ltd/en/contacts" target="_blank">contact us</a> to
15+
<p>Once you have made a donation, <a href="https://fabricators.ltd/contacts" target="_blank">contact us</a> to
1616
give you the role of sponsor on our Discord server.</p>
1717
</div>
1818
</div>
@@ -91,7 +91,7 @@ export default defineComponent({
9191
]
9292
},
9393
{
94-
to: "https://fabricators.ltd/en/contacts",
94+
to: "https://fabricators.ltd/contacts",
9595
extLink: true,
9696
type: 'clickable',
9797
icon: 'handshake',

0 commit comments

Comments
 (0)