From d26302ba6a9bd90c01649188cf05ec0a6f2ed6ec Mon Sep 17 00:00:00 2001 From: "webmaster@touramerica.ie" Date: Wed, 1 May 2019 15:36:34 +0100 Subject: [PATCH] Fix wrong destination anchor link --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index c751025b0..23bff6345 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -13,7 +13,7 @@ npm run bootstrap We use lerna to manage the many plugin packages Uppy has. You should always do `npm run bootstrap` after an `npm install` to make sure lerna has installed the dependencies of each package and that the `package-lock.json` in the repository root is up to date. -Our website’s examples section is also our playground, please read the [Local Previews](#Local-Previews) section to get up and running. +Our website’s examples section is also our playground, please read the [Local Previews](#Local-previews) section to get up and running. ## Tests