You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/25 17:21:59 UTC

[camel-kamelets] 02/02: Fixed README for generator

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 <an...@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/
 ```