From ae65d454a95dea96692411937605b29090878c0b Mon Sep 17 00:00:00 2001
From: Olaf Rode <olaf.rode@fokus.fraunhofer.de>
Date: Fri, 6 Dec 2024 12:41:19 +0100
Subject: [PATCH] docs: improved/fixed documentation

---
 curl/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/curl/README.md b/curl/README.md
index 8b7f86e..b2bcd07 100644
--- a/curl/README.md
+++ b/curl/README.md
@@ -4,5 +4,5 @@
 
 Folgende Pakete werden zur Ausführung des Skripts benötigt:
 
-- **curl** (command line tool and library for transferring data with URLs) - (Website)[https://curl.se/]
-- **jq** (leightweight and flexible command-line JSON processor) - (Website)[https://jqlang.github.io/jq/]
\ No newline at end of file
+- **curl** (command line tool and library for transferring data with URLs) - [Website](https://curl.se/)
+- **jq** (leightweight and flexible command-line JSON processor) - [Website](https://jqlang.github.io/jq/)
\ No newline at end of file
-- 
GitLab