From afeafff9fd433db260f92031deaa30e8bf800e2b Mon Sep 17 00:00:00 2001
From: Olaf Rode <olaf.rode@fokus.fraunhofer.de>
Date: Tue, 25 Mar 2025 17:32:10 +0100
Subject: [PATCH] fix: changed links in main README to point to directory
 instead of README file

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 8a759de..b5fa767 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,9 @@ See [ReleaseNotes.md](./ReleaseNotes.md) for all information regarding the (newe
 ## Getting Started
 The following example clients/configurations are currently provided:
 
-- **[curl](./curl/README.md)** — Example script for the automated download of FHIR packages using curl. The client supports various application scenarios in the context of content syndication (e.g., downloading package versions tagged as "latest", downloading all package versions).
-- **[npm](./npm/README.md)** — Example configuration/instructions for using npm to download FHIR packages.
-- **[sushi-wrap](./sushi-wrap/README.md)** — Example wrapper script to integrate an automated package download into Sushi workflows.
+- **[curl](./curl/)** — Example script for the automated download of FHIR packages using curl. The client supports various application scenarios in the context of content syndication (e.g., downloading package versions tagged as "latest", downloading all package versions).
+- **[npm](./npm/)** — Example configuration/instructions for using npm to download and extract FHIR packages.
+- **[sushi-wrap](./sushi-wrap/)** — Example wrapper script to integrate an automated package download into Sushi workflows.
 
 For more in-depth documentation, please refer to the referenced README files of the individual tools.
 
-- 
GitLab