Update home authored by Schrödter, Tobias's avatar Schrödter, Tobias
......@@ -28,9 +28,9 @@ If you run across some issues or bugs when using the software we highly apprecia
## For new Developers
If you want to us help improve `PeTrack` any contributions are highly appreciated. Some things to help you, to start working on `PeTrack` can be found here:
- [Einrichten einer Entwicklungsumgebung](docs/setup)
- [Wie schreibe ich Doxygen Kommentare?](docs/doxygen)
- [Wie schreibe ich Unit Tests?](docs/unit_tests)
- [Einrichten einer Entwicklungsumgebung](dev/setup)
- [Wie schreibe ich Doxygen Kommentare?](dev/doxygen)
- [Wie schreibe ich Unit Tests?](dev/unit_tests)
- [How do I add my own testcase to the regression tests?](docs/regression_test)
- [Adding an element to the GUI](dev/Adding-an-element-to-the-GUI)
- [Build from source](dev/Build-from-source)
......
......