mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 06:42:42 +01:00
Do not link "here" but use a descriptive link text
Summary: See https://www.w3.org/TR/WCAG20-TECHS/F84.html and https://www.w3.org/QA/Tips/noClickHere Test Plan: Click click click. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25702
This commit is contained in:
parent
8825a09f67
commit
290f3d63c5
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue