diff --git a/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php b/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php index 0f4b9818da..c537ded05b 100644 --- a/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php +++ b/src/infrastructure/markup/interpreter/PhabricatorRemarkupCowsayBlockInterpreter.php @@ -86,7 +86,7 @@ which generates: 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 index 87ac14d1fc..d959b3cc42 100644 --- a/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php +++ b/src/infrastructure/markup/interpreter/PhabricatorRemarkupFigletBlockInterpreter.php @@ -81,7 +81,7 @@ For example, this: figlet{{{Some big text!}}} -More information about Figlet can be found [[/reference/figlet/ | here]] +[[/reference/figlet/ | More information about Figlet]] is available. EOT; } }