diff --git a/rest-api-client.sh b/rest-api-client.sh
index 8f0f7c389249c1104006a87738813a9cfbdf2448..33dee2e0724aade1b00c128cfe192acf1e8423af 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