From 0327463a62455882d0a1945c942e33996bdbeef5 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Sun, 27 Nov 2016 17:48:05 +0100 Subject: [PATCH] Change to New Sourcecode Address --- qml/pages/About.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qml/pages/About.qml b/qml/pages/About.qml index e04c618..7f92546 100644 --- a/qml/pages/About.qml +++ b/qml/pages/About.qml @@ -80,9 +80,9 @@ Page { Button { id: homepage anchors.horizontalCenter: parent.horizontalCenter - text: "Source Code" + text: "Source Code" onClicked: { - Qt.openUrlExternally("https://www.seiichiro0185.org/gitlab/seiichiro0185/harbour-sailotp.git") + Qt.openUrlExternally("https://www.seiichiro0185.org/git/SailfishOS/harbour-sailotp") } } TextArea {