This is an automated email from the ASF dual-hosted git repository.
astefanutti pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/master by this push:
new adf1d8e issue2230- fix for run-from-github page
adf1d8e is described below
commit adf1d8e42cde9d0bca72e86602a86435ab47fac2
Author: Brian Fitzpatrick <[email protected]>
AuthorDate: Mon Apr 19 15:11:35 2021 -0600
issue2230- fix for run-from-github page
Signed-off-by: Brian Fitzpatrick <[email protected]>
---
docs/modules/ROOT/pages/running/run-from-github.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/modules/ROOT/pages/running/run-from-github.adoc
b/docs/modules/ROOT/pages/running/run-from-github.adoc
index 1d606b8..be51e8c 100644
--- a/docs/modules/ROOT/pages/running/run-from-github.adoc
+++ b/docs/modules/ROOT/pages/running/run-from-github.adoc
@@ -16,14 +16,14 @@ As example, running the following command
[source]
----
-kamel run github:apache/camel-k/examples/Sample.java
+kamel run github:apache/camel-k/examples/languages/Sample.java
----
is equivalent to:
[source]
----
-kamel run
https://raw.githubusercontent.com/apache/camel-k/master/examples/Sample.java
+kamel run
https://raw.githubusercontent.com/apache/camel-k/master/examples/languages/Sample.java
----
but does not require to type the full GitHub RAW URL.