Skip to content

Commit

Permalink
issue2230- fix for run-from-github page
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>
  • Loading branch information
bfitzpat authored and astefanutti committed Apr 20, 2021
1 parent a95f009 commit adf1d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/running/run-from-github.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit adf1d8e

Please sign in to comment.