From c9cb9a9449d5d6702fb85b8649f4064b3fac38be Mon Sep 17 00:00:00 2001 From: Bertil Date: Thu, 13 Nov 2025 12:36:48 +0100 Subject: [PATCH] Update broken development environment links in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b989984..b70df98 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ To get started quickly you may just copy this plugin, remove the bits you don't In order to be able to continue, you will first have to have a working OpenProject core development environment. Please follow these guides to set that up: -* [Development environment Ubuntu/Debian](https://www.openproject.org/docs/development/development-environment-ubuntu/) -* [Development environment Mac OS X](https://www.openproject.org/docs/development/development-environment-osx/) -* [Development environment Docker](https://www.openproject.org/docs/development/development-environment-docker/) +* [Development environment Ubuntu/Debian](https://www.openproject.org/docs/development/development-environment/linux/) +* [Development environment Mac OS X](https://www.openproject.org/docs/development/development-environment/macos/) +* [Development environment Docker](https://www.openproject.org/docs/development/development-environment/docker) We are assuming that you understand how to develop Ruby on Rails applications and are familiar with controllers, views, asset management, hooks and engines.