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

Fix path in CONTRIBUTING.md

This commit is contained in:
Joshua Goins 2024-03-23 09:43:50 -04:00
parent 1580e832f1
commit 82067195f2

View file

@ -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