Skip to content

Commit b5aa5d4

Browse files
authored
Merge pull request marmelab#10312 from marmelab/doc-dropzone
[Doc] Fix links to react-dropzone doc pages
2 parents d852c1a + b6186c6 commit b5aa5d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/FileInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ If `multiple` is set to `false` and additional files are dropped, all files besi
143143

144144
## `options`
145145

146-
`<FileInput>` accepts an `options` prop into which you can pass all the [react-dropzone properties](https://react-dropzone.netlify.com/#proptypes).
146+
`<FileInput>` accepts an `options` prop into which you can pass all the [react-dropzone properties](https://react-dropzone.js.org/#src).
147147

148148
## `placeholder`
149149

docs/ImageInput.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ If `multiple` is set to `false` and additional files are dropped, all files besi
138138

139139
## `options`
140140

141-
`<ImageInput>` accepts an `options` prop into which you can pass all the [react-dropzone properties](https://react-dropzone.netlify.com/#proptypes).
141+
`<ImageInput>` accepts an `options` prop into which you can pass all the [react-dropzone properties](https://react-dropzone.js.org/#src).
142142

143143
## `placeholder`
144144

0 commit comments

Comments
 (0)