diff --git a/README.md b/README.md
index 1c1177de54160b81ee9ae9bca9e5a42d62bffc5a..e984b10127053adad219a8232fe4308b3e0fe126 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The specialties of this component are
 * The response can be stored ... and reimported later. After import you can use the http.get* functions to fetch results from the former request.
 * Caching support for GET requests with a given TTL: if you repeat a request to the same url and ttl was not reached yet then you continue with the cached result
 
-Source: https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client
+Source: <https://git-repo.iml.unibe.ch/iml-open-source/bash-rest-api-client>
 
 License: GNU GPL 3
 
@@ -24,4 +24,4 @@ License: GNU GPL 3
 
 ---
 
-[Installation](./docs/10_Installation.md) | [Usage](./docs/20_Usage.md)
\ No newline at end of file
+[Installation](docs/10_Installation.md) | [Usage](docs/20_Usage.md) | [Examples](docs/30_Examples.md)
\ No newline at end of file
diff --git a/docs/30_Examples.md b/docs/30_Examples.md
index eaa02b28f1cae1bba98f6f4124f38abd4b6fa832..c0ca4d1aca570d535f2837227c01df9debbe7db0 100644
--- a/docs/30_Examples.md
+++ b/docs/30_Examples.md
@@ -11,6 +11,8 @@ Then you can follow the examples.
 
 # A first example
 
+This is quick introduction: we make a request and have a look to a few results.
+
 ```sh
 # --- init ... to flush anything of a request that was made before
 > http.init