From cf0b62901870f8f21af311e770419e8ff25a3395 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 4f8cdef..07abe9a 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,9 @@
 .. Thu 11 Aug 15:26:31 CEST 2016
 
 .. image:: http://img.shields.io/badge/docs-stable-yellow.svg
-   :target: http://pythonhosted.org/bob.sp/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/bob.sp/stable/index.html
 .. image:: http://img.shields.io/badge/docs-latest-orange.svg
-   :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.sp/master/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/bob.sp/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/bob.sp/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/bob.sp/commits/master
 .. image:: https://gitlab.idiap.ch/bob/bob.sp/badges/master/coverage.svg
-- 
GitLab