Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
Merge pull request #99 from alphagov/fix-input-text-links
Browse files Browse the repository at this point in the history
Fixing broken links in text input
  • Loading branch information
cfq authored Jul 12, 2016
2 parents 0a57f45 + 877af94 commit dfeb170
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/patterns/input-text/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ <h2 class="heading-medium">Accessibility success criteria</h2>
<h2 class="heading-medium">Test Cases</h2>

<ul class="list list-bullet">
<li><a href="/patterns/text-input/01/">01 - text input + label associated with for/id attributes</a></li>
<li><a href="/patterns/text-input/02/">02 - text input + wrapped label</a></li>
<li><a href="/patterns/text-input/03/">03 - text input with title attribute</a></li>
<li><a href="/patterns/input-text/01/">01 - text input + label associated with for/id attributes</a></li>
<li><a href="/patterns/input-text/02/">02 - text input + wrapped label</a></li>
<li><a href="/patterns/input-text/03/">03 - text input with title attribute</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit dfeb170

Please sign in to comment.