From a7634cf78ef9d6c5dd4217c977b2691ebb0403d4 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 c53eaba..de8ada8 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,9 @@
 .. Sun 14 Aug 2016 20:48:25 CEST
 
 .. image:: http://img.shields.io/badge/docs-stable-yellow.svg
-   :target: http://pythonhosted.org/bob.learn.activation/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/bob.learn.activation/stable/index.html
 .. image:: http://img.shields.io/badge/docs-latest-orange.svg
-   :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.learn.activation/master/index.html
+   :target: https://www.idiap.ch/software/bob/docs/bob/bob.learn.activation/master/index.html
 .. image:: https://gitlab.idiap.ch/bob/bob.learn.activation/badges/master/build.svg
    :target: https://gitlab.idiap.ch/bob/bob.learn.activation/commits/master
 .. image:: https://gitlab.idiap.ch/bob/bob.learn.activation/badges/master/coverage.svg
-- 
GitLab