Skip to content

Commit a05c5bf

Browse files
committed
chore(docs): update docs link
1 parent 0f7e999 commit a05c5bf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/CatchSection.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
>
2424
Downloads
2525
</button>
26-
<a href="https://mockbukkit.readthedocs.io/en/v1.21" target="_blank" rel="noopener noreferrer" title="Documentation">
26+
<a href="https://docs.mockbukkit.org" target="_blank" rel="noopener noreferrer" title="Documentation">
2727
<button
2828
v-if="false"
2929
class="mx-4 rounded-md border-2 border-gray-600 px-5 py-1 transition duration-200 ease-in-out hover:scale-105"
3030
>
3131
Documentation
3232
</button>
3333
</a>
34-
<a href="https://mockbukkit.readthedocs.io/en/v1.21" target="_blank" rel="noopener noreferrer" title="Documentation">
34+
<a href="https://docs.mockbukkit.org" target="_blank" rel="noopener noreferrer" title="Documentation">
3535
<button
3636
v-if="true"
3737
class="rounded-md border-2 border-gray-600 px-5 py-1 transition duration-200 ease-in-out hover:scale-105"

components/footer/Footer.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const footer_categories = [
55
links: [
66
{
77
name: "Documentation",
8-
url: "https://mockbukkit.readthedocs.io/en/v1.21/",
8+
url: "https://docs.mockbukkit.org",
99
title: "Documentation",
1010
},
1111
{
@@ -70,7 +70,7 @@ const footer_categories = [
7070
/>
7171
<div>
7272
<p class="text-sm text-neutral-800 dark:text-neutral-400 max-md:text-center max-xl:mr-4">
73-
© 2024 The Mockbukkit Team.
73+
© 2024 The MockBukkit Team.
7474
</p>
7575
</div>
7676
</div>

0 commit comments

Comments
 (0)