From 6250768c48789b7ecb4836401cb087427da22e17 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Wed, 22 May 2024 19:21:11 -0400 Subject: [PATCH] Fix more links to point towards GitHub (cherry picked from commit ed1423e2e4046ed098cec8ad3b242dc9f0a6c5cf) --- .reuse/dep5 | 2 +- CONTRIBUTING.md | 2 +- launcher/src/main.cpp | 4 ++-- launcher/ui/Settings/AboutPage.qml | 2 +- zone.xiv.astra.appdata.xml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.reuse/dep5 b/.reuse/dep5 index b571fc3..4ee0db8 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Astra Upstream-Contact: Joshua Goins -Source: https://git.sr.ht/~redstrate/astra +Source: https://github.com/redstrate/astra Files: .gitmodules README.md BUILDING.md FLATPAK.md CONTRIBUTING.md .build.yml .editorconfig zone.xiv.astra.yml zone.xiv.astra.desktop misc/* scripts/* Copyright: Joshua Goins diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 69e24e6..a0c1cbb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Once you finished your changes, use [git send-email](https://git-send-email.io/) ## What Needs Doing -The current TODO list can be located [here](https://todo.sr.ht/~redstrate/astra). It's the best place for feature requests and bug reports. +The current TODO list can be located [here](https://github.com/redstrate/astra). It's the best place for feature requests and bug reports. ## Where Stuff Is diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index 079e085..4694fbc 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -69,7 +69,7 @@ int main(int argc, char *argv[]) about.addComponent(QStringLiteral("libphysis"), i18n("C bindings for physis"), QString::fromLatin1(physis_get_libphysis_version()), - QStringLiteral("https://git.sr.ht/~redstrate/libphysis"), + QStringLiteral("https://github.com/redstrate/libphysis"), KAboutLicense::GPL_V3); about.addComponent(QStringLiteral("KDSingleApplication"), i18n("Helper class for single-instance policy applications "), @@ -82,7 +82,7 @@ int main(int argc, char *argv[]) QStringLiteral("https://github.com/paolostivanin/libcotp"), KAboutLicense::Unknown); about.setDesktopFileName(QStringLiteral("zone.xiv.astra")); - about.setBugAddress(QByteArrayLiteral("https://lists.sr.ht/~redstrate/public-inbox")); + about.setBugAddress(QByteArrayLiteral("https://github.com/redstrate/astra/issues")); about.setComponentName(QStringLiteral("astra")); about.setProgramLogo(QStringLiteral("zone.xiv.astra")); about.setOrganizationDomain(QByteArrayLiteral("xiv.zone")); diff --git a/launcher/ui/Settings/AboutPage.qml b/launcher/ui/Settings/AboutPage.qml index b882d16..3cc5b17 100644 --- a/launcher/ui/Settings/AboutPage.qml +++ b/launcher/ui/Settings/AboutPage.qml @@ -8,5 +8,5 @@ import org.kde.coreaddons FormCard.AboutPage { aboutData: AboutData donateUrl: "https://redstrate.com/fund" - getInvolvedUrl: "https://sr.ht/~redstrate/astra" + getInvolvedUrl: "https://github.com/redstrate/Astra/blob/main/CONTRIBUTING.md" } \ No newline at end of file diff --git a/zone.xiv.astra.appdata.xml b/zone.xiv.astra.appdata.xml index 715877f..228a179 100644 --- a/zone.xiv.astra.appdata.xml +++ b/zone.xiv.astra.appdata.xml @@ -20,11 +20,11 @@ ff14 https://xiv.zone/astra - https://todo.sr.ht/~redstrate/astra + https://github.com/redstrate/astra/issues https://xiv.zone/astra/faq https://redstrate.com/fund https://redstrate.com/contact - https://sr.ht/~redstrate/astra + https://github.com/redstrate/astra zone.xiv.astra.desktop