summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-21 20:51:32 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-21 20:51:32 -0300
commitbea6d99b79eb536da223cf7c9009ddea5a2946cb (patch)
tree4474441bce9289f4983bad70d255b5b1ff81139b
parent1f0e9f6c50dc9f9f92c59584121aba25dd0df657 (diff)
downloadwebsite-bea6d99b79eb536da223cf7c9009ddea5a2946cb.tar.gz
website-bea6d99b79eb536da223cf7c9009ddea5a2946cb.tar.bz2
website-bea6d99b79eb536da223cf7c9009ddea5a2946cb.tar.xz
website-bea6d99b79eb536da223cf7c9009ddea5a2946cb.zip
Update source code link; I have no idea where it is fetching github from
-rw-r--r--src/components/Navigation.vue4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue
index f814856..7c92948 100644
--- a/src/components/Navigation.vue
+++ b/src/components/Navigation.vue
@@ -24,9 +24,7 @@
<div>
<span>Source Code</span>
<ul>
- <li><a href="https://github.com/themanaworld" aria-label="source code for The Mana World">The Mana World</a></li>
- <li><a href="https://gitlab.com/evol" aria-label="source code for Evol Online">Evol Online</a></li>
- <li><a href="https://gitlab.com/manaplus" aria-label="source code for ManaPlus">ManaPlus</a></li>
+ <li><a href="https://git.themanaworld.org/explore/groups" aria-label="source code for The Mana World">The Mana World</a></li>
<li><a href="https://github.com/bjorn/tiled" aria-label="source code for Tiled">Tiled</a></li>
</ul>
</div>