1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-21 04:07:46 +00:00

Fix links in CONTRIBUTING

This commit is contained in:
Joshua Goins 2023-08-18 14:59:04 -04:00
parent 8dd26f74a5
commit 030fa5fe43

View file

@ -10,7 +10,7 @@ The current TODO list can be located [here](https://todo.sr.ht/~redstrate/astra)
## Where Stuff Is ## 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 ### Backend
@ -18,7 +18,7 @@ The backend code is written in C++, and we're currently requiring C++20 to build
### Frontend ### 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 ## Conventions