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:
parent
01ce64c68b
commit
e601e02912
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue