Where do I report proof-reading corrections for gradle docs?

Docs 2.6.1 syntax bug: misleading word ‘any’. “A custom task can extend any task types other than DefaultTask.” Where do I report this kind of thing?

Best would be to submit pull requests to https://github.com/gradle/gradle. Thanks!

Where can I get some clues as to where in the github repo to find the source for a specific chapter of the docs?

Hey, Most content of the userguide can be found at

https://github.com/gradle/gradle/tree/master/subprojects/docs/src/docs/userguide

the best way to double check your changes is to simply run ‘gradlew docs’ that will generate all the docs and put it in the subproject/build/docs folder.

cheers, René