From e601e02912657b1ae822f71206e272c3fa9a9ef0 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Wed, 13 Apr 2016 13:29:25 -0400 Subject: [PATCH] Fix path to assembled packages in contributing doc This commit fixes the specification of the path to assembled packages in the contributing doc. Closes #17725 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2c69cbf3e32..9afcd34fad7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -95,7 +95,7 @@ cd elasticsearch/ gradle assemble ``` -You will find the newly built packages under: `./distribution/build/distributions/`. +You will find the newly built packages under: `./distribution/(deb|rpm|tar|zip)/build/distributions/`. Before submitting your changes, run the test suite to make sure that nothing is broken, with: