From 5a5c23ce3e18d6ba8e2a5ab0efb4cc21aaadf9cd Mon Sep 17 00:00:00 2001 From: Victor Hom Date: Sun, 17 Dec 2017 16:32:15 -0500 Subject: [PATCH] Docs: fix the link to contributing page (#9727) --- docs/user-guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/getting-started.md b/docs/user-guide/getting-started.md index dce5f224bf6..22dcd497fda 100644 --- a/docs/user-guide/getting-started.md +++ b/docs/user-guide/getting-started.md @@ -102,4 +102,4 @@ Because of this line, all of the rules marked "(recommended)" on the [rules page * Get familiar with the [command line options](command-line-interface.md). * Explore [ESLint integrations](integrations.md) into other tools like editors, build systems, and more. * Can't find just the right rule? Make your own [custom rule](/docs/developer-guide/working-with-rules.md). -* Make ESLint even better by [contributing](/docs/developer-guide/contributing/README.md). +* Make ESLint even better by [contributing](/docs/developer-guide/contributing/).