From 1c1bf2eff53591674a6aabdf455a2736fb84fca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9e=20Kooi?= Date: Mon, 14 May 2018 15:18:15 +0200 Subject: [PATCH] doc: Fix anchor --- website/src/docs/uppy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/docs/uppy.md b/website/src/docs/uppy.md index 17d050514..bf356b9ef 100644 --- a/website/src/docs/uppy.md +++ b/website/src/docs/uppy.md @@ -69,7 +69,7 @@ meta: { This global metadata is added to each file in Uppy. It can be modified with two methods: -1. [`uppy.setMeta({ username: 'Peter' })`](/docs/uppy/#uppy-setmeta-data) — set or update meta for all files. +1. [`uppy.setMeta({ username: 'Peter' })`](/docs/uppy/#uppy-setMeta-data) — set or update meta for all files. 2. [`uppy.setFileMeta('myfileID', { resize: 1500 })`](/docs/uppy/#uppy-setFileMeta-fileID-data) — set or update meta for specific file. Metadata from each file is then attached to uploads in [Tus](/docs/tus/) and [XHRUpload](/docs/xhrupload/) plugins.