Browse Source

docs: Linkify Tus and XHRUpload

Renée Kooi 7 years ago
parent
commit
ec6eb83e3a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      website/src/docs/plugins.md

+ 3 - 3
website/src/docs/plugins.md

@@ -13,8 +13,8 @@ Plugins are what makes Uppy useful: they help select, manipulate and upload file
   - FileInput — even more plain and simple, just a button
   - [Provider Plugins](#Provider-Plugins) (remote sources that work through [Uppy Server](/docs/uppy-server/)): Instagram, GoogleDrive, Dropbox
 - **Uploaders:**
-  - Tus — uploads using the tus resumable upload protocol
-  - XHRUpload — classic multipart form uploads or binary uploads using XMLHTTPRequest
+  - [Tus](/docs/tus) — uploads using the [tus](https://tus.io) resumable upload protocol
+  - [XHRUpload](/docs/xhrupload) — classic multipart form uploads or binary uploads using XMLHTTPRequest
   - [AwsS3](/docs/aws-s3) — uploader for AWS S3
 - **Progress:**
   - ProgressBar — add a small YouTube-style progress bar at the top of the page
@@ -59,7 +59,7 @@ In the example above the `Dashboard` gets rendered into an element with ID `uppy
 
 ### `endpoint`
 
-Used by uploader plugins, such as Tus and XHRUpload. Expects a `string` with a url that will be used for file uploading.
+Used by uploader plugins, such as [Tus](/docs/tus) and [XHRUpload](/docs/xhrupload). Expects a `string` with a url that will be used for file uploading.
 
 ### `host`