From 638363b3de1283abcd1910c4a7eec11ceae1a842 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Mon, 21 May 2018 18:01:22 +0200
Subject: [PATCH] Updated links

---
 _template.pug | 10 +++++-----
 index.pug     |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/_template.pug b/_template.pug
index f16f734..1c0b130 100644
--- a/_template.pug
+++ b/_template.pug
@@ -65,10 +65,10 @@ html(lang="en")
               a.view-ui.item(href="/docs/")
                 | Docs
               .right.menu
-                a.view-ui.item(href="https://github.com/justjanne/quasseldroid-ng")
+                a.view-ui.item(href="https://git.kuschku.de/justjanne/quasseldroid-ng/")
                   i.icon.github.left
                   span.text.
-                    GitHub
+                    Source
                 a.view-ui.item(href="/releases/", class=(page === 'releases' ? 'active' : ''))
                   i.icon.download.left
                   span.text.
@@ -81,9 +81,9 @@ html(lang="en")
               h4.ui.inverted.header.
                 Community
               .ui.inverted.link.list
-                a.item(href="https://www.transifex.com/quasseldroid/quasseldroid/").
+                a.item(href="https://www.transifex.com/quasseldroid-1/quasseldroid-1/").
                   Help Translate
-                a.item(href="https://github.com/sandsmark/quasseldroid/issues/").
+                a.item(href="https://git.kuschku.de/justjanne/quasseldroid-ng/issues/").
                   Submit an Issue
                 a.item(href="irc://chat.freenode.org/#quasseldroid").
                   Join our Chat
@@ -110,7 +110,7 @@ html(lang="en")
           img.ui.centered.mini.image(src="/assets/images/icon.svg")
 
           .ui.horizontal.inverted.small.divided.link.list
-            a.item(href="https://github.com/sandsmark/QuasselDroid").
+            a.item(href="https://git.kuschku.de/justjanne/quasseldroid-ng/").
               Free &amp; Open Source
 
     script(src="/assets/js/intersectionobserver.min.js")
diff --git a/index.pug b/index.pug
index 91b4661..731fbe2 100644
--- a/index.pug
+++ b/index.pug
@@ -14,10 +14,10 @@ block content
           i.icon.download.left
           span.text.
             Download
-        a.ui.huge.inverted.basic.button(href="https://github.com/justjanne/quasseldroid-ng")
+        a.ui.huge.inverted.basic.button(href="https://git.kuschku.de/justjanne/quasseldroid-ng/")
           i.icon.github.left
           span.text.
-            GitHub
+            Source
       .row
         .wide.column
           #image_container
-- 
GitLab