From f1a67da0837e1872fae15025e9ae57dbaed657c5 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 5 Sep 2016 14:58:06 +0200 Subject: [PATCH] Fix readme latest-doc link (c.f. bob/bob.extension#22) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0bd60c9..2fbc697 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ .. image:: http://img.shields.io/badge/docs-stable-yellow.png :target: http://pythonhosted.org/bob.io.image/index.html .. image:: http://img.shields.io/badge/docs-latest-orange.png - :target: https://www.idiap.ch/software/bob/docs/latest/bioidiap/bob.io.image/master/index.html + :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.io.image/master/index.html .. image:: https://gitlab.idiap.ch/bob/bob.io.image/badges/master/build.svg :target: https://gitlab.idiap.ch/bob/bob.io.image/commits/master .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg -- GitLab