point to docs/ rather than to doc/

There are `doc/` directories, but except for `frontend/doc`, they do not
contain relevant human readable information.
This commit is contained in:
Felix Wolfsteller
2025-04-21 20:45:46 +02:00
parent 29416a79d8
commit af598d35a8
@@ -19,7 +19,7 @@ keywords: development setup
Please have a look at [our development guidelines](../code-review-guidelines/) for tips and guides on how to start
coding. We have advice on how to get your changes back into the OpenProject core as smooth as possible.
Also, take a look at the `doc` directory in our sources, especially
Also, take a look at the `docs` directory in our sources, especially
the [how to run tests](../running-tests) documentation (we like to have automated tests for every new developed feature).
## Troubleshooting