From 030fa5fe4301c57363d5fe2fb80e3a8178fdc94f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 18 Aug 2023 14:59:04 -0400 Subject: [PATCH] Fix links in CONTRIBUTING --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 87b0993..69e24e6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ The current TODO list can be located [here](https://todo.sr.ht/~redstrate/astra) ## Where Stuff Is -Everything code-wise for Astra in the [/launcher](/launcher) directory. Astra follows modern Kirigami and Qt practices, meaning the frontend is written in QML and the backend is C++. +Everything code-wise for Astra in the [/launcher](launcher) directory. Astra follows modern Kirigami and Qt practices, meaning the frontend is written in QML and the backend is C++. ### Backend @@ -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