From 909f67d992935dd873bff53c1782f93a4e26f080 Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Sun, 4 Jul 2021 23:15:20 +0200 Subject: [PATCH] docs: Shorten development section. --- README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index c9e16e53d..844cfe60f 100644 --- a/README.md +++ b/README.md @@ -96,15 +96,9 @@ In case a WebID is also being created, it will be located inside this pod. ## Developing server code The [📗 API documentation](https://solid.github.io/community-server/docs/) and -the [📐 architectural -diagram](https://rubenverborgh.github.io/solid-server-architecture/solid-architecture-v1-3-0.pdf) -can help you find your way. The organization and structure of the classes and -components in the [src folder](/src) is designed to align with this -architectural diagram to the extent possible (i.e. the [ldp folder](src/ldp) -should contain all the components from the `ldp` section of the diagram. +the [📐 architectural diagram](https://rubenverborgh.github.io/solid-server-architecture/solid-architecture-v1-3-0.pdf) +can help you find your way. -If you are interested in helping out with the development of this server, be -sure to have a look at the [📓 developer -notes](guides/developer-notes.md) and -[🛠️ good first -issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). +If you want to help out with the development of this server, +have a look at the [📓 developer notes](guides/developer-notes.md) and +[🛠️ good first issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).