diff --git a/README.md b/README.md
index a1813e9..4964c2b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-[![Build Status](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/master/badge/icon)](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/master/)
+[![Build Status](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/3.9-SNAPSHOT-stable/badge/icon)](https://jenkins.testbed.tier.internet2.edu/job/docker/job/midPoint_container/job/3.9-SNAPSHOT-stable/)
 
 This repository contains sources for TIER-supported [midPoint](http://midpoint.evolveum.com) image.
 
@@ -13,7 +13,8 @@ The image contains the midPoint application along with some TIER-specific compon
 - `demo` directory contains a couple of demonstration scenarios:
   - `simple` to show simple composition of midPoint with the repository,
   - `shibboleth` to show integration with Shibboleth IdP,
-  - `postgresql` to show how to change the repository implementation,
+  - `postgresql` to show how to use alternative dockerized repository,
+  - `extrepo` to show how to use external repository,
   - `complex` to demonstrate more complex deployment of midPoint in a sample university environment, featuring midPoint along with Grouper, LDAP directory, RabbitMQ, Shibboleth IdP, source and target systems.
 
 # Build instructions
@@ -23,7 +24,6 @@ $ ./build.sh
 You can then continue with one of demo composition, e.g. simple or complex one.
 
 # Documentation
-- For the `midpoint` image and container themselves please see [Dockerized midPoint](https://spaces.at.internet2.edu/display/MID/Dockerized+midPoint) wiki page.
-- For the complex demo please see [midPoint - Grouper integration demo](https://spaces.at.internet2.edu/display/MID/midPoint+-+Grouper+integration+demo) wiki page.
+Please see [Dockerized midPoint](https://spaces.at.internet2.edu/display/MID/Dockerized+midPoint) wiki page.
 
 This is a work in progress. For its current status please see [Status of the work](https://spaces.at.internet2.edu/display/MID/Status+of+the+work).
diff --git a/demo/complex/README.md b/demo/complex/README.md
index 7e24d42..9b7f0f6 100644
--- a/demo/complex/README.md
+++ b/demo/complex/README.md
@@ -6,4 +6,4 @@ $ ../../build.sh
 $ docker-compose up --build
 ```
 
-Please see a detailed description [here](https://spaces.at.internet2.edu/display/MID/midPoint+-+Grouper+integration+demo).
+Please see a detailed description [here](https://spaces.at.internet2.edu/display/MID/Complex+midPoint+integration+demo).