From d408b81610c65d6865fd02a4a4a06ce68a018a2a Mon Sep 17 00:00:00 2001
From: Jan Frenzel <jan.frenzel@tu-dresden.de>
Date: Wed, 21 Aug 2024 17:37:03 +0200
Subject: [PATCH] Avoid a "here" link in README.md of base example

---
 base/README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/base/README.md b/base/README.md
index ab84aeb..90ab951 100644
--- a/base/README.md
+++ b/base/README.md
@@ -17,8 +17,7 @@ pip install -r requirements.txt
 
 ## Usage
 
-1. Create a file `my_key` and put your API key in the file. 
-For security reasons API Key is necessary. You have to obtain the API Key from the llm.scads.ai team. You can find instructions [here](https://llm.scads.ai/)
+1. Create a file `my_key` and put your API key in the file. For security reasons API Key is necessary. You have to obtain the API Key from the llm.scads.ai team. You can find instructions on https://llm.scads.ai/ .
 2. Then simply start the script `main.py` from your bash shell:
 
 ```bash
-- 
GitLab