diff --git a/bob/bio/base/score/load.py b/bob/bio/base/score/load.py
index dc4b6fbf4c032d8ac0c4480a5cb37acd1bf53ca7..0d5bdb7fef2bb6df6a46fdc85a9ed96291e7d4b8 100644
--- a/bob/bio/base/score/load.py
+++ b/bob/bio/base/score/load.py
@@ -293,8 +293,8 @@ def split(filename, ncolumns=None, sort=False):
   """Loads the scores from the given score file and splits them into positives
   and negatives.
   Depending on the score file format, it calls see
-  :py:func:`bob.measure.load.split_four_column` and
-  :py:func:`bob.measure.load.split_five_column` for details.
+  :py:func:`bob.bio.base.score.load.split_four_column` and
+  :py:func:`bob.bio.base.score.load.split_five_column` for details.
 
   Parameters
   ----------