From 7a569ca3dc6730ca3e65ab6f23bd17231d0faef0 Mon Sep 17 00:00:00 2001
From: Marti Raudsepp <marti@juffo.org>
Date: Wed, 1 Aug 2018 01:16:24 +0300
Subject: [PATCH] Migrate remaining GitHub URLs to GitLab

---
 aports/device/linux-samsung-i9305/APKBUILD | 2 +-
 pmb/install/file.py                        | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/aports/device/linux-samsung-i9305/APKBUILD b/aports/device/linux-samsung-i9305/APKBUILD
index 9a931b565..ddde9413b 100644
--- a/aports/device/linux-samsung-i9305/APKBUILD
+++ b/aports/device/linux-samsung-i9305/APKBUILD
@@ -8,7 +8,7 @@
 # Kernel config based on: arch/arm/configs/lineageos_i9305_defconfig
 # Changes:
 # - enable devtmpfs (needed for udev -> touch support in weston)
-# - adding xz to makedepends because of lzma: unrecognized option: 9 (https://yuvadm.github.io/pmosweb/wiki/Troubleshooting:kernel/)
+# - adding xz to makedepends because of lzma: unrecognized option: 9 (https://wiki.postmarketos.org/wiki/Troubleshooting:kernel)
 # - add kernel modules installation
 # - disable ANDROID_PARANOID_NETWORK (removes network restrictions)
 
diff --git a/pmb/install/file.py b/pmb/install/file.py
index 692de3cad..0bf7bfd97 100644
--- a/pmb/install/file.py
+++ b/pmb/install/file.py
@@ -33,8 +33,8 @@ def write_os_release(args, suffix):
                   'ID="postmarketos"\n'
                   'ID_LIKE="alpine"\n'
                   'HOME_URL="https://www.postmarketos.org/"\n'
-                  'SUPPORT_URL="https://github.com/postmarketOS/"\n'
-                  'BUG_REPORT_URL="https://github.com/postmarketOS/"\n'
+                  'SUPPORT_URL="https://gitlab.com/postmarketOS"\n'
+                  'BUG_REPORT_URL="https://gitlab.com/postmarketOS/pmbootstrap/issues"\n'
                   'PMOS_HASH="{hash}"\n'
                   ).format(version=pmb.config.version, hash=revision)
     with open(filepath, "w") as handle:
-- 
GitLab