From 6aa82d1fb4b5fa1b1718ca0a05e882a7d6f35f70 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 ed4f5eb..4a4c43e 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,9 @@ .. Mon 15 Aug 2016 10:05:43 CEST .. image:: http://img.shields.io/badge/docs-stable-yellow.svg - :target: http://pythonhosted.org/bob.learn.boosting/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob.learn.boosting/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.boosting/master/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob.learn.boosting/master/index.html .. image:: https://gitlab.idiap.ch/bob/bob.learn.boosting/badges/master/build.svg :target: https://gitlab.idiap.ch/bob/bob.learn.boosting/commits/master .. image:: https://gitlab.idiap.ch/bob/bob.learn.boosting/badges/master/coverage.svg -- GitLab