From 07b37f476637ce6f87f6764415c9f4cec405525c Mon Sep 17 00:00:00 2001 From: Jaden <noreply@example.com> Date: Tue, 4 Jul 2017 13:41:21 +0200 Subject: [PATCH] fixed docs badge urls, see bob/admin#2 [ci skip] --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 45e11ea9f..fa5e8ad0d 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ .. vim: set fileencoding=utf-8 : .. image:: http://img.shields.io/badge/docs-stable-yellow.svg - :target: http://pythonhosted.org/bob/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob/stable/index.html .. image:: http://img.shields.io/badge/docs-latest-orange.svg - :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob/master/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob/master/index.html .. image:: https://gitlab.idiap.ch/bob/bob/badges/master/build.svg :target: https://gitlab.idiap.ch/bob/bob/commits/master .. image:: https://gitlab.idiap.ch/bob/bob/badges/master/coverage.svg -- GitLab