From 04e959827a2667ea4d42cb7fedda0e47006e5a5d Mon Sep 17 00:00:00 2001 From: Charlie Blevins Date: Wed, 15 Dec 2021 21:18:58 -0500 Subject: [PATCH] fix: the link to developer-notes.md needs to be a full url when the user follows it from solid.github.io/community-server/docs/ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aeee635ec..ed9385162 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ the [📐 architectural diagram](https://rubenverborgh.github.io/solid-server-a can help you find your way. If you want to help out with server development, -have a look at the [📓 developer notes](guides/developer-notes.md) and +have a look at the [📓 developer notes](https://github.com/solid/community-server/blob/main/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).