Skip to content

Commit

Permalink
chore(docs): update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
thelooter committed Nov 7, 2024
1 parent 0f7e999 commit a05c5bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/CatchSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
>
Downloads
</button>
<a href="https://mockbukkit.readthedocs.io/en/v1.21" target="_blank" rel="noopener noreferrer" title="Documentation">
<a href="https://docs.mockbukkit.org" target="_blank" rel="noopener noreferrer" title="Documentation">
<button
v-if="false"
class="mx-4 rounded-md border-2 border-gray-600 px-5 py-1 transition duration-200 ease-in-out hover:scale-105"
>
Documentation
</button>
</a>
<a href="https://mockbukkit.readthedocs.io/en/v1.21" target="_blank" rel="noopener noreferrer" title="Documentation">
<a href="https://docs.mockbukkit.org" target="_blank" rel="noopener noreferrer" title="Documentation">
<button
v-if="true"
class="rounded-md border-2 border-gray-600 px-5 py-1 transition duration-200 ease-in-out hover:scale-105"
Expand Down
4 changes: 2 additions & 2 deletions components/footer/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const footer_categories = [
links: [
{
name: "Documentation",
url: "https://mockbukkit.readthedocs.io/en/v1.21/",
url: "https://docs.mockbukkit.org",
title: "Documentation",
},
{
Expand Down Expand Up @@ -70,7 +70,7 @@ const footer_categories = [
/>
<div>
<p class="text-sm text-neutral-800 dark:text-neutral-400 max-md:text-center max-xl:mr-4">
© 2024 The Mockbukkit Team.
© 2024 The MockBukkit Team.
</p>
</div>
</div>
Expand Down

0 comments on commit a05c5bf

Please sign in to comment.