aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2015-08-21 02:15:17 +0200
committerHeinrich Fenkart <[email protected]>2015-08-21 02:15:17 +0200
commit66be25917a66a2cdb19a297a1ce7e5642357fc06 (patch)
tree4786e3f674dc9cc9faa29ff78a24c1bcb2f1a435 /docs/components/forms.md
parent3895bfa3883fe9b06f87902906f6146533769997 (diff)
downloadbootstrap-66be25917a66a2cdb19a297a1ce7e5642357fc06.tar.xz
bootstrap-66be25917a66a2cdb19a297a1ce7e5642357fc06.zip
Docs: various fixes
Mostly links. Fixes #17056.
Diffstat (limited to 'docs/components/forms.md')
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 175927aa8..2f3ba4c83 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -13,7 +13,7 @@ Bootstrap provides several form control styles, layout options, and custom compo
## Form controls
-Bootstrap's form controls expand on [our Rebooted form styles](/components/reboot/#forms) with classes. Use these classes to opt into their customized displays for a more consistent rendering across browsers and devices. The example form below demonstrates common HTML form elements that receive updated styles from Bootstrap with additional classes.
+Bootstrap's form controls expand on [our Rebooted form styles]({{ site.baseurl }}/components/reboot/#forms) with classes. Use these classes to opt into their customized displays for a more consistent rendering across browsers and devices. The example form below demonstrates common HTML form elements that receive updated styles from Bootstrap with additional classes.
Remember, since Bootstrap utilizes the HTML5 doctype, **all inputs must have a `type` attribute**.