From 1a21788e58bbfe36e5d5959404f6e4d70e967817 Mon Sep 17 00:00:00 2001 From: Tomas Olander Date: Sat, 12 Aug 2017 17:53:57 +0200 Subject: [PATCH] Fix file button link in docs --- docs/forms.html | 2 +- source/docs/forms.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.