From 08610413d72cf79d6a8730932c9edd06f68f3926 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 e9c1a9e..b988300 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,9 @@ .. Mon 15 Aug 2016 18:33:46 CEST .. image:: http://img.shields.io/badge/docs-stable-yellow.svg - :target: http://pythonhosted.org/bob.ip.optflow.hornschunck/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob.ip.optflow.hornschunck/stable/index.html .. image:: http://img.shields.io/badge/docs-latest-orange.svg - :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.ip.optflow.hornschunck/master/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob.ip.optflow.hornschunck/master/index.html .. image:: https://gitlab.idiap.ch/bob/bob.ip.optflow.hornschunck/badges/master/build.svg :target: https://gitlab.idiap.ch/bob/bob.ip.optflow.hornschunck/commits/master .. image:: https://gitlab.idiap.ch/bob/bob.ip.optflow.hornschunck/badges/master/coverage.svg -- GitLab