From 452fee42f191e379f2cc175af8dcd351adfdf80d Mon Sep 17 00:00:00 2001
From: David Geissbuhler <david.geissbuhler@idiap.ch>
Date: Tue, 26 Sep 2017 14:35:17 +0200
Subject: [PATCH] documentation fix

---
 doc/baselines.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/baselines.rst b/doc/baselines.rst
index 3c5e9a0c..ec91686e 100644
--- a/doc/baselines.rst
+++ b/doc/baselines.rst
@@ -706,7 +706,7 @@ This section summarizes the results of baseline face PAD experiments on other da
 MIFS database + LBP features of facial region + SVM classifier
 ========================================================================
 
-To run this baseline on the :ref:`bob.pad.face.resources.databases.mifs` database, using the ``grandtest`` protocol, execute the following:
+To run this baseline on the MIFS database, using the ``grandtest`` protocol, execute the following:
 
 .. code-block:: sh
 
@@ -726,7 +726,7 @@ following command:
     --criterion EER \
     --roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
 
-The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.mifs` database are summarized in the Table below:
+The EER/HTER errors for the MIFS database are summarized in the Table below:
 
 +-------------------+----------+----------+
 |      Protocol     |  EER,\%  |  HTER,\% |
@@ -740,7 +740,7 @@ The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.mifs` databas
 MIFS database + Image Quality Measures as features of facial region + SVM classifier
 ========================================================================================
 
-To run this baseline on the :ref:`bob.pad.face.resources.databases.mifs` database, using the ``grandtest`` protocol, execute the following:
+To run this baseline on the MIFS database, using the ``grandtest`` protocol, execute the following:
 
 .. code-block:: sh
 
@@ -760,7 +760,7 @@ following command:
     --criterion EER \
     --roc <PATH_TO_STORE_THE_RESULTS>/ROC.pdf
 
-The EER/HTER errors for the :ref:`bob.pad.face.resources.databases.mifs` database are summarized in the Table below:
+The EER/HTER errors for the MIFS database are summarized in the Table below:
 
 +-------------------+----------+----------+
 |      Protocol     |  EER,\%  |  HTER,\% |
-- 
GitLab