Explorar o código

fix React DragDrop docs

Artur Paikin %!s(int64=5) %!d(string=hai) anos
pai
achega
b7fd257650
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      website/src/docs/react-dragdrop.md

+ 2 - 4
website/src/docs/react-dragdrop.md

@@ -8,7 +8,7 @@ order: 2
 category: 'React'
 ---
 
-The `<DragDrop />` component wraps the [`@uppy/drag-drop`][] plugin.
+The `<DragDrop />` component wraps the [`@uppy/drag-drop`][/docs/drag-drop/] plugin.
 
 ## Installation
 
@@ -64,7 +64,7 @@ class MyComponent extends React.Component {
 
 ## Props
 
-The `<DragDrop />` component supports all [DragDrop][] options as props.
+The `<DragDrop />` component supports all [DragDrop](/docs/drag-drop/) options as props.
 
 ```js
 <DragDrop
@@ -73,5 +73,3 @@ The `<DragDrop />` component supports all [DragDrop][] options as props.
   note="Images up to 200×200px"
 />
 ```
-
-[`@uppy/drag-drop`]: /docs/drag-drop/