Преглед на файлове

fix React DragDrop docs

Artur Paikin преди 5 години
родител
ревизия
b7fd257650
променени са 1 файла, в които са добавени 2 реда и са изтрити 4 реда
  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'
 category: 'React'
 ---
 ---
 
 
-The `<DragDrop />` component wraps the [`@uppy/drag-drop`][] plugin.
+The `<DragDrop />` component wraps the [`@uppy/drag-drop`][/docs/drag-drop/] plugin.
 
 
 ## Installation
 ## Installation
 
 
@@ -64,7 +64,7 @@ class MyComponent extends React.Component {
 
 
 ## Props
 ## Props
 
 
-The `<DragDrop />` component supports all [DragDrop][] options as props.
+The `<DragDrop />` component supports all [DragDrop](/docs/drag-drop/) options as props.
 
 
 ```js
 ```js
 <DragDrop
 <DragDrop
@@ -73,5 +73,3 @@ The `<DragDrop />` component supports all [DragDrop][] options as props.
   note="Images up to 200×200px"
   note="Images up to 200×200px"
 />
 />
 ```
 ```
-
-[`@uppy/drag-drop`]: /docs/drag-drop/