Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fabricators contact links being the old ones #244

Merged
merged 1 commit into from
Aug 23, 2024
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 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/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>
Expand Down
5 changes: 2 additions & 3 deletions src/views/get-involved/Funding.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -104,4 +104,3 @@ export default defineComponent({
},
});
</script>

Loading