Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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/contacts">File a Complaint</a></li>
<li><a href="//fabricators.ltd/contacts">File a Complaint</a></li>
<li><a href="//status.vanillaos.org/">System Status</a></li>
</ul>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion src/views/EnterpriseSupport.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default defineComponent({
description: 'Get custom branding and customization for your Vanilla OS devices.',
},
{
to: 'https://fabricators.ltd/en/contact.html',
to: 'https://fabricators.ltd/contacts',
extLink: true,
type: "clickable",
icon: 'contact_support',
Expand Down
4 changes: 2 additions & 2 deletions src/views/get-involved/Funding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<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/contacts" target="_blank">contact us</a> to
<p>Once you have made a donation, <a href="https://fabricators.ltd/contacts" target="_blank">contact us</a> to
give you the role of sponsor on our Discord server.</p>
</div>
</div>
Expand Down Expand Up @@ -91,7 +91,7 @@ export default defineComponent({
]
},
{
to: "https://fabricators.ltd/en/contacts",
to: "https://fabricators.ltd/contacts",
extLink: true,
type: 'clickable',
icon: 'handshake',
Expand Down
Loading