From 31616ed38809e5f01b3c9692de5c90abfa1261ca Mon Sep 17 00:00:00 2001 From: Juraj Oravec Date: Fri, 18 Mar 2022 22:16:48 +0100 Subject: [PATCH] Change KDE Falkon Phabricator link to Gitlab Signed-off-by: Juraj Oravec --- python/articles/1. Introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/articles/1. Introduction.md b/python/articles/1. Introduction.md index 266e351..294d62b 100644 --- a/python/articles/1. Introduction.md +++ b/python/articles/1. Introduction.md @@ -13,7 +13,7 @@ Sadly, Falkon lacks documentation at this point in time, so only way to get some In this series there will be provided links to Falkon mirror on [GitHub](https://github.com/KDE/falkon) to compensate for documentation. 2. The Falkon source code * The source code for stable release of Falkon can be found at [download.kde.org/stable/falkon/](https://download.kde.org/stable/falkon/) - * The latest source code can be found at the [Phabricator](https://phabricator.kde.org/source/falkon/) + * The latest source code can be found at the [Gitlab](https://invent.kde.org/network/falkon) 3. Knowledge of Python3, PySide2 and Qt It is good to have Qt documentation and Qt development tools like [Qt Designer](https://doc.qt.io/qt-5/qtdesigner-manual.html) at hand.