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.