From 11a6f3897365215a5caeda7ffb271ca47294f35a 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b897620..e526482 100644 --- a/README.rst +++ b/README.rst @@ -2,9 +2,9 @@ .. Fri 26 Aug 14:59:23 CEST 2016 .. image:: http://img.shields.io/badge/docs-stable-yellow.png - :target: http://pythonhosted.org/bob.bio.csu/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.csu/stable/index.html .. image:: http://img.shields.io/badge/docs-latest-orange.png - :target: https://www.idiap.ch/software/bob/docs/latest/bob/bob.bio.csu/master/index.html + :target: https://www.idiap.ch/software/bob/docs/bob/bob.bio.csu/master/index.html .. image:: https://gitlab.idiap.ch/bob/bob.bio.csu/badges/master/build.svg :target: https://gitlab.idiap.ch/bob/bob.bio.csu/commits/master .. image:: https://img.shields.io/badge/gitlab-project-0000c0.svg @@ -24,7 +24,7 @@ Bob_. This package provides wrapper classes for the CSU face recognition resourc Two algorithms are provided by the CSU toolkit (and also by this package): the local region PCA (LRPCA) and the LDA-IR (also known as CohortLDA). For more information about the LRPCA and the LDA-IR algorithm, please refer to the documentation on http://www.cs.colostate.edu/facerec. -For further information about ``bob.bio``, please read `its Documentation <http://pythonhosted.org/bob.bio.base/index.html>`_. +For further information about ``bob.bio``, please read `its Documentation <https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/stable/index.html>`_. Installation @@ -53,4 +53,4 @@ development `mailing list`_. .. _bob: https://www.idiap.ch/software/bob .. _installation: https://gitlab.idiap.ch/bob/bob/wikis/Installation .. _mailing list: https://groups.google.com/forum/?fromgroups#!forum/bob-devel -.. _documentation: http://pythonhosted.org/bob.bio.csu/index.html +.. _documentation: https://www.idiap.ch/software/bob/docs/bob/bob.bio.csu/stable/index.html -- GitLab