mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Fix links in CONTRIBUTING
This commit is contained in:
parent
8dd26f74a5
commit
030fa5fe43
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue