From af05b84cc1e7876e6aa5d7e7c5549065a78fc7f2 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 80e41b6..856ff5d 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,9 @@
 .. Thu 11 Aug 2016 09:34:29 CEST
 
 .. image:: http://img.shields.io/badge/docs-stable-yellow.svg
-   :target: http://pythonhosted.org/bob.math/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/bob.math/stable/index.html
 .. image:: http://img.shields.io/badge/docs-latest-orange.svg
-   :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.math/master/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/bob.math/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/bob.math/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/bob.math/commits/master
 .. image:: https://gitlab.idiap.ch/bob/bob.math/badges/master/coverage.svg
-- 
GitLab