diff --git a/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php b/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php
--- a/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php
+++ b/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php
@@ -86,7 +86,7 @@
 
 cowsay{{{Why don't they play poker in the jungle? Too many cheetahs}}}
 
-More information about Cowsay can be found [[/reference/cowsay/ | here]]
+[[/reference/cowsay/ | More information about Cowsay]] is available.
 EOT;
   }
 
diff --git a/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php b/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php
--- a/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php
+++ b/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php
@@ -81,7 +81,7 @@
 
 figlet{{{Some big text!}}}
 
-More information about Figlet can be found [[/reference/figlet/ | here]]
+[[/reference/figlet/ | More information about Figlet]] is available.
 EOT;
   }
 }