diff --git a/bob/bio/face/preprocessor/FaceCrop.py b/bob/bio/face/preprocessor/FaceCrop.py
index ca9a77c46ac73242f615819a8dbba68e5805983a..9b04b9decc79e3099b987b1e67c2843e34a096e0 100644
--- a/bob/bio/face/preprocessor/FaceCrop.py
+++ b/bob/bio/face/preprocessor/FaceCrop.py
@@ -93,7 +93,7 @@ class FaceCrop(Base):
       your database easily. If you are sure about your input, you can set this flag to
       ``True``.
 
-    annotator : `bob.bio.base.annotator.Annotator`
+    annotator : :any:`bob.bio.base.annotator.Annotator`
       If provided, the annotator will be used if the required annotations are
       missing.
 
diff --git a/doc/annotators.rst b/doc/annotators.rst
index 2277b00fa989e4591d4087dfa6d556b1ab159ed7..d40fb8b1f1995548c6e23654a016b069a09266d8 100644
--- a/doc/annotators.rst
+++ b/doc/annotators.rst
@@ -7,7 +7,7 @@
 =================
 
 This packages provides several face annotators (using RGB images) that you can
-use to annotate biometric databases. See :any:`bob.bio.base.annotator` for
+use to annotate biometric databases. See :ref:`bob.bio.base.annotator` for
 a guide on the general usage of this feature.
 
 .. warning::