From 080188d78882dc2143b55b2aef1fc2816bcf3fbd Mon Sep 17 00:00:00 2001
From: Jaden <noreply@example.com>
Date: Thu, 29 Jun 2017 14:31:39 +0200
Subject: [PATCH] use new URL scheme for docs location in README.rst,
 bob/bob.admin#2

---
 README.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 8b81c39..e9bc7b1 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,9 @@
 .. Mon 15 Aug 2016 18:41:03 CEST
 
 .. image:: http://img.shields.io/badge/docs-stable-yellow.svg
-   :target: http://pythonhosted.org/bob.ip.optflow.liu/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/bob.ip.optflow.liu/stable/index.html
 .. image:: http://img.shields.io/badge/docs-latest-orange.svg
-   :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.ip.optflow.liu/master/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/bob.ip.optflow.liu/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/bob.ip.optflow.liu/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/bob.ip.optflow.liu/commits/master
 .. image:: https://gitlab.idiap.ch/bob/bob.ip.optflow.liu/badges/master/coverage.svg
-- 
GitLab