This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 1e7745010bf31bedaaa507f7ade8713ac8e294a0
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Thu May 6 10:28:13 2021 +0200

    Changed a wrong path mentioned in README
---
 script/generator/README.md | 2 +-
 script/validator/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/script/generator/README.md b/script/generator/README.md
index 5f3ff78..a1b56e7 100644
--- a/script/generator/README.md
+++ b/script/generator/README.md
@@ -3,6 +3,6 @@
 To generate the adoc and svg files for the website (you need `go`):
 
 ```
-# From the /tools/generator directory
+# From the script/generator directory
 go run . ../../ ../../docs/modules/ROOT/
 ```
diff --git a/script/validator/README.md b/script/validator/README.md
index 5fec61f..32c3a1d 100644
--- a/script/validator/README.md
+++ b/script/validator/README.md
@@ -3,6 +3,6 @@
 To validate the Kamelets:
 
 ```
-# From the /tools/validator directory
+# From the script/validator directory
 go run . ../../
 ```

Reply via email to