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
This commit is contained in:
Jason Tedor 2016-04-13 13:29:25 -04:00
parent 01ce64c68b
commit e601e02912
1 changed files with 1 additions and 1 deletions

View File

@ -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: