From d2ee58998b3132aeca62f03ca33055e724bb3cdc Mon Sep 17 00:00:00 2001
From: "dominik.rimpf" <dominik.rimpf@kit.edu>
Date: Mon, 17 Oct 2022 10:21:26 +0200
Subject: [PATCH] Update README.md

fixes #9
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4b08a70..24d525a 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ An example config can be found in this repo (`example_config.ini`). Be aware to
 See the [API 3.0 -> API 3.1 wiki article](https://git.scc.kit.edu/scc-net/netvs/netdb-client-lib/-/wikis/API-3.0---3.1-Migration-Guide).
 
 ## Examples
-More examples can be found in the [wiki article](https://git.scc.kit.edu/scc-net/netvs/netdb-client-lib/-/wikis/examples)
+More examples can be found in our repository [net-api-python-scripts](https://git.scc.kit.edu/scc-net/net-api-python-scripts) where we store some handy scripts for our daily work and some time-consuming tasks.
 ### Basic queries
 List all BCDs:
 ```python
-- 
GitLab