diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29d44f5fb..c4f9beab2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -55,6 +55,6 @@ 1. Run `npm install` at the project root. 1. Run `npm run validate-links` to find potentially dead links. -1. Check links against [our list of false positives](../meta/false-dead-links.md) to weed out the real dead links that need fixing. +1. Check links against [our list of false positives](./meta/false-dead-links.md) to weed out the real dead links that need fixing. 1. Fix links and submit a pull request. 1. Search & check links from github.com & codepen.io manually. These sites block bots, so we are unable to test them effectively with our tool.