Skip to content
Merged
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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<hr />
<p>This source code is distributed under the <a href="LICENSE">AGPL 3.0</a>
license, while Vanilla OS is a product of <a href="//fabricators.ltd" target="_blank">fabricators.ltd</a>.
license, while Vanilla OS is a product of <a href="//fabricators.ltd/?utm_source=vanilla-os&utm_medium=referral" target="_blank">fabricators.ltd</a>.

Please note that all assets on this website are owned by fabricators.ltd and
the Vanilla OS Contributors Team.</p>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@
<nav class="siteFooter-sitemap" aria-label="sitemap">
<ul>
<li><b>Legal and More</b></li>
<li><a href="//fabricators.ltd/">fabricators Ltd.</a></li>
<li><a href="//fabricators.ltd/?utm_source=vanilla-os&utm_medium=referral">fabricators Ltd.</a></li>
<li><router-link :to="{ name: 'privacy-policy' }">Privacy Policy</router-link></li>
<li><router-link :to="{ name: 'os-privacy-policy' }">OS Privacy Policy</router-link></li>
<li><router-link :to="{ name: 'cookies-policy' }">Use of Cookies</router-link></li>
<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?utm_source=vanilla-os&utm_medium=referral">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
2 changes: 1 addition & 1 deletion src/views/Team.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="text text--rich">
<p>
Vanilla OS is an Open Source project that is maintained by
<a href="//fabricators.ltd">fabricators.ltd</a> and a team of
<a href="//fabricators.ltd/?utm_source=vanilla-os&utm_medium=referral">fabricators.ltd</a> and a team of
volunteers. We are a diverse group of people from all over the world,
with a wide range of skills and backgrounds. We are passionate about
making Vanilla OS the best it can be.
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?utm_source=vanilla-os&utm_medium=referral" 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