diff --git a/docs/forms.html b/docs/forms.html index 480e4c6d2..e73965418 100644 --- a/docs/forms.html +++ b/docs/forms.html @@ -83,7 +83,7 @@ <input type="file">
- File inputs aren’t supported. Use a file button instead. + File inputs aren’t supported. Use a file button instead. diff --git a/source/docs/forms.md b/source/docs/forms.md index 68ee0d785..5e0572627 100644 --- a/source/docs/forms.md +++ b/source/docs/forms.md @@ -44,7 +44,7 @@ Form controls are styled at 100% of the width of their parent element. <input type="file">
- File inputs aren’t supported. Use a file button instead. + File inputs aren’t supported. Use a [file button](buttons.html#file-buttons) instead.