This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch READMEs in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit b89404dbee35864a0b71d6b0f04cabc84686ff58 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Nov 25 18:21:17 2021 +0100 Fixed README for generator --- script/generator/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/generator/README.md b/script/generator/README.md index a1b56e7..a4f3fa8 100644 --- a/script/generator/README.md +++ b/script/generator/README.md @@ -4,5 +4,5 @@ To generate the adoc and svg files for the website (you need `go`): ``` # From the script/generator directory -go run . ../../ ../../docs/modules/ROOT/ +go run . ../../kamelets/ ../../docs/modules/ROOT/ ```