From 9008eadd0db376014409faedff61efbb8d7fc083 Mon Sep 17 00:00:00 2001 From: qwerty4030 Date: Sun, 27 Mar 2016 14:57:51 -0700 Subject: [PATCH] Fixed broken links in CONTRIBUTING.md --- CONTRIBUTING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b755a8869a..2c69cbf3e32 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ Once your changes and tests are ready to submit for review: 1. Test your changes Run the test suite to make sure that nothing is broken. See the -[TESTING](../TESTING.asciidoc) file for help running tests. +[TESTING](TESTING.asciidoc) file for help running tests. 2. Sign the Contributor License Agreement @@ -102,5 +102,3 @@ Before submitting your changes, run the test suite to make sure that nothing is ```sh gradle check ``` - -Source: [Contributing to elasticsearch](https://www.elastic.co/contributing-to-elasticsearch/)