From 9a87e5a170f5a59284ce2f2153defa805f94e892 Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Wed, 9 Oct 2024 14:13:28 +0200
Subject: [PATCH] set docs url

---
 rest-api-client.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rest-api-client.sh b/rest-api-client.sh
index 8f0f7c3..33dee2e 100644
--- a/rest-api-client.sh
+++ b/rest-api-client.sh
@@ -29,6 +29,7 @@
   http_cfg__cacheDir=/var/tmp/http-cache
   http_cfg__UA="${http_cfg__about}"
   http_cfg__prjurl="https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client"
+  http_cfg__docsurl="https://os-docs.iml.unibe.ch/bash-rest-api-client/"
 
 # --- curl meta infos to collect
 #     see variables in man curl --write-out param
@@ -717,7 +718,8 @@ $http_cfg__about
 
 This is a bash solution to script REST API calls.
 
-Source:$http_cfg__prjurl
+Source: <$http_cfg__prjurl>
+Docs: <$http_cfg__docsurl>
 License: GNU GPL 3
 
 
-- 
GitLab