From 365e530efc1a11f41576d901496bda8c9cc5c69c Mon Sep 17 00:00:00 2001 From: Quentin Rouland Date: Fri, 10 Jan 2025 15:01:38 +0100 Subject: [PATCH] Update repo and issues links --- qml/pages/Info.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/pages/Info.qml b/qml/pages/Info.qml index 97f3b6f..1273e1a 100644 --- a/qml/pages/Info.qml +++ b/qml/pages/Info.qml @@ -86,11 +86,11 @@ Page { anchors.right: parent.right anchors.left: parent.left ExternalLink { - url: "https://taiga.rdrive.ovh/project/utpass/issues" + url: "https://github.com/QRouland/UTPass/issues" text: i18n.tr("Suggest improvement(s) or report a bug(s)") } ExternalLink { - url: "https://git.rdrive.ovh/QRouland/UTPass" + url: "https://github.com/QRouland/UTPass" text: i18n.tr("Access to the source code") } Text {