diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index 97d6020c83fc42f332ac2ae831773f4e3bda1b95..96789b00adcc31b08eb1b253a88d9e048c8b4735 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -2125,7 +2125,7 @@ when the implementation is SBCL, CMUCL or Scieneer CL on an x86 machine.
 You cannot write it as @code{:if-feature (and x86 (or sbcl cmu scl))}
 since the symbols would not be read as keywords.
 
-@xref{if-feature-option}
+@xref{if-feature-option}.
 
 @subsubsection Dependencies
 
@@ -4021,7 +4021,7 @@ leading to much confusion and greavance.
 
 ASDF 2 implements its own portable syntax for strings as pathname specifiers.
 Naming files within a system definition becomes easy and portable again.
-@xref{Miscellaneous additional functionality,asdf:system-relative-pathname},
+@xref{Miscellaneous additional functionality,system-relative-pathname},
 @code{merge-pathnames*},
 @code{coerce-pathname}.