From af598d35a8df2bb0aeae2fa3a32d586288d645dd Mon Sep 17 00:00:00 2001 From: Felix Wolfsteller Date: Mon, 21 Apr 2025 20:45:46 +0200 Subject: [PATCH] point to docs/ rather than to doc/ There are `doc/` directories, but except for `frontend/doc`, they do not contain relevant human readable information. --- docs/development/development-environment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/development-environment/README.md b/docs/development/development-environment/README.md index a8c09fe9dbb..46337ee4464 100644 --- a/docs/development/development-environment/README.md +++ b/docs/development/development-environment/README.md @@ -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