From 23f0f0bc6dedbce0f2f4b35c5aca2f0c2402b99c Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Fri, 19 May 2023 10:28:06 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c96faadab..94ece21b63 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ See the on instructions installation: ### Development -* [Getting started](https://docs.espocrm.com/development/how-to-start) -* [Running tests](https://docs.espocrm.com/development/tests) -* [Making translation](https://docs.espocrm.com/development/translation) +See the [developer documentation](https://docs.espocrm.com/development/). + +We highly recommend using IDE for development. The backend codebase follows SOLID principles, utilizes interfaces, static typing and generics. We recommend to start learning EspoCRM from the Dependency Injection article in the documentation. ### Contributing