From 82067195f2ddb82690daa14a014f8fc87e0b5688 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 23 Mar 2024 09:43:50 -0400 Subject: [PATCH] Fix path in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 69e24e6..bd77501 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