From 1a91e747937f70749ae134ffc8365d17266feca6 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Fri, 5 Aug 2022 09:19:02 +0200 Subject: [PATCH] docs: Fix typo --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9fc7b6cf7..51acd101b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,7 +4,7 @@ ### New features - Metadata of resources can now be edited by PATCHing its description resource. This has an impact on which requests are allowed. - See the [documentation](https://communitysolidserver.github.io/CommunitySolidServer/4.0/s/metadata.md) for more information. + See the [documentation](https://communitysolidserver.github.io/CommunitySolidServer/5.0/metadata.md) for more information. - Components.js was upgraded to v5. If you have created an external component you should also upgrade to prevent warnings and conflicts. - The server can now run multithreaded with multiple workers. This is done with the `--workers` or `-w` flag.