From d96035a6ee269ed753bc467824351c10c6ee9c59 Mon Sep 17 00:00:00 2001 From: Frank van Gemeren Date: Wed, 4 Apr 2018 15:28:27 +0200 Subject: [PATCH] Fix link target (#206) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf4f72f..250f402 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ Now that you've got your application configured, make sure you have a MongoDB se NODE_ENV=development node index.js ``` -See [development instructions](#development) for more information about running locally (and restarting automatically when files change). +See [Contributing](#contributing) for more information about running locally (and restarting automatically when files change). If you run into problems, check the [troubleshooting guide][troubleshooting].