From e5e76b1ceb5c6fab8e0de124ae9b3ca4281748c4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 23 Mar 2024 09:58:07 -0400 Subject: [PATCH] Hmm maybe actually fix the link in contributing document --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd77501..7e47123 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ The backend code is written in C++, and we're currently requiring C++20 to build ### Frontend -The user interface is written in QML, using technologies such as Kirigami. Please see the [KDE API Documentation](https://api.kde.org/) for more information. The frontend files are located in [/launcher/ui](/launcher/ui). +The user interface is written in QML, using technologies such as Kirigami. Please see the [KDE API Documentation](https://api.kde.org/) for more information. The frontend files are located in [/launcher/ui](launcher/ui). ## Conventions