Browse Source

Merge pull request #200 from elkebirmed/master

Doc typo: Correct the Checkbox link

Former-commit-id: d2940cca53
Former-commit-id: 7bacc0ffca
pull/258/head
Jack Lukic 11 years ago
parent
commit
7f25940860
1 changed files with 1 additions and 1 deletions
  1. 2
      node/src/documents/collections/form.html.eco

2
node/src/documents/collections/form.html.eco

@ -90,7 +90,7 @@ type : 'UI Collection'
<div class="example">
<h4 class="ui header">Checkbox</h4>
<p><a href="modules/checkbox.html">UI Checkboxes</a> are styled forms of standard form checkboxes.</p>
<p><a href="/modules/checkbox.html">UI Checkboxes</a> are styled forms of standard form checkboxes.</p>
<div class="evaluated code" data-type="javascript" data-label="true">
$('.checkbox')
.checkbox()

Loading…
Cancel
Save