This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
The following commit(s) were added to refs/heads/main by this push:
new 6af168c Use GitHub official case instead of github
6af168c is described below
commit 6af168c3c80db2ff8c64a2120e4001fad14181d3
Author: Aurélien Pupier <[email protected]>
AuthorDate: Tue Mar 5 11:09:05 2024 +0100
Use GitHub official case instead of github
Signed-off-by: Aurélien Pupier <[email protected]>
---
jbang/app-routes-beans/README.adoc | 4 ++--
jbang/app-routes-spring-beans/README.adoc | 4 ++--
jbang/app-routes/README.adoc | 4 ++--
jbang/camelk-bean/README.adoc | 4 ++--
jbang/camelk-bind/README.adoc | 4 ++--
jbang/chaos-monkey/README.adoc | 4 ++--
jbang/custom-kamelet/README.adoc | 4 ++--
jbang/error-handler/README.adoc | 4 ++--
jbang/hello-endpoint-dsl/README.adoc | 4 ++--
jbang/hello-java/README.adoc | 4 ++--
jbang/hello-xml/README.adoc | 4 ++--
jbang/hello-yaml/README.adoc | 4 ++--
jbang/knative/README.adoc | 4 ++--
jbang/languages/README.adoc | 4 ++--
jbang/metrics/README.adoc | 4 ++--
jbang/prometheus/README.adoc | 4 ++--
jbang/slack-source/README.adoc | 4 ++--
17 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/jbang/app-routes-beans/README.adoc
b/jbang/app-routes-beans/README.adoc
index 988d820..c249a27 100644
--- a/jbang/app-routes-beans/README.adoc
+++ b/jbang/app-routes-beans/README.adoc
@@ -45,9 +45,9 @@ and hot-reload when the file is saved.
$ camel run StandaloneGreeter.java beans.yaml app.xml --dev
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/app-routes-spring-beans/README.adoc
b/jbang/app-routes-spring-beans/README.adoc
index dffbf59..b03a5e9 100644
--- a/jbang/app-routes-spring-beans/README.adoc
+++ b/jbang/app-routes-spring-beans/README.adoc
@@ -47,9 +47,9 @@ and hot-reload when the file is saved.
$ camel run StandaloneGreeter.java beans.yaml app.xml --dev
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/app-routes/README.adoc b/jbang/app-routes/README.adoc
index dc74d99..30e1dd6 100644
--- a/jbang/app-routes/README.adoc
+++ b/jbang/app-routes/README.adoc
@@ -46,9 +46,9 @@ and hot-reload when the file is saved.
$ camel run app.xml --dev
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/camelk-bean/README.adoc b/jbang/camelk-bean/README.adoc
index 675fefb..917c971 100644
--- a/jbang/camelk-bean/README.adoc
+++ b/jbang/camelk-bean/README.adoc
@@ -34,9 +34,9 @@ Then you can run this example using:
$ camel run echo.yaml
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/camelk-bind/README.adoc b/jbang/camelk-bind/README.adoc
index d3de026..8f4af2e 100644
--- a/jbang/camelk-bind/README.adoc
+++ b/jbang/camelk-bind/README.adoc
@@ -34,9 +34,9 @@ Then you can run this example using:
$ camel run my-bind.yaml
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/chaos-monkey/README.adoc b/jbang/chaos-monkey/README.adoc
index 994c8df..efeab01 100644
--- a/jbang/chaos-monkey/README.adoc
+++ b/jbang/chaos-monkey/README.adoc
@@ -37,9 +37,9 @@ Then you can run this example using:
$ camel run *
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/custom-kamelet/README.adoc b/jbang/custom-kamelet/README.adoc
index 673c190..d8c7bbf 100644
--- a/jbang/custom-kamelet/README.adoc
+++ b/jbang/custom-kamelet/README.adoc
@@ -45,9 +45,9 @@ $ camel run user.java
--local-kamelet-dir=https://github.com/apache/camel-kamele
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/error-handler/README.adoc b/jbang/error-handler/README.adoc
index 5389886..8f73297 100644
--- a/jbang/error-handler/README.adoc
+++ b/jbang/error-handler/README.adoc
@@ -33,9 +33,9 @@ Then you can run this example using:
$ camel run *
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/hello-endpoint-dsl/README.adoc
b/jbang/hello-endpoint-dsl/README.adoc
index 0b59956..47db3a7 100644
--- a/jbang/hello-endpoint-dsl/README.adoc
+++ b/jbang/hello-endpoint-dsl/README.adoc
@@ -33,9 +33,9 @@ Then you can run this example using:
$ camel run Hey.java
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/hello-java/README.adoc b/jbang/hello-java/README.adoc
index b06192c..8d8e6b1 100644
--- a/jbang/hello-java/README.adoc
+++ b/jbang/hello-java/README.adoc
@@ -43,9 +43,9 @@ and hot-reload when the file is saved.
$ camel run Hey.java --dev
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/hello-xml/README.adoc b/jbang/hello-xml/README.adoc
index 3488ce5..d8aadec 100644
--- a/jbang/hello-xml/README.adoc
+++ b/jbang/hello-xml/README.adoc
@@ -43,9 +43,9 @@ and hot-reload when the file is saved.
$ camel run hi.xml --dev
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/hello-yaml/README.adoc b/jbang/hello-yaml/README.adoc
index adb1469..c733184 100644
--- a/jbang/hello-yaml/README.adoc
+++ b/jbang/hello-yaml/README.adoc
@@ -33,9 +33,9 @@ Then you can run this example using:
$ camel run hello.camel.yaml
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/knative/README.adoc b/jbang/knative/README.adoc
index b59c578..5739c31 100644
--- a/jbang/knative/README.adoc
+++ b/jbang/knative/README.adoc
@@ -52,9 +52,9 @@ and hot-reload when the file is saved.
$ camel run log-sink.camel.yaml --dev
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/languages/README.adoc b/jbang/languages/README.adoc
index 95d8082..de46d39 100644
--- a/jbang/languages/README.adoc
+++ b/jbang/languages/README.adoc
@@ -52,9 +52,9 @@ and hot-reload when the file is saved.
$ camel run * --dev
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/metrics/README.adoc b/jbang/metrics/README.adoc
index d17b8c3..9e1e440 100644
--- a/jbang/metrics/README.adoc
+++ b/jbang/metrics/README.adoc
@@ -33,9 +33,9 @@ Then you can run this example using:
$ camel run metrics.camel.yaml
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/prometheus/README.adoc b/jbang/prometheus/README.adoc
index d586547..d16d6da 100644
--- a/jbang/prometheus/README.adoc
+++ b/jbang/prometheus/README.adoc
@@ -41,9 +41,9 @@ $ camel run *
TIP: You can enable metrics for any Camel integration by using the `--metrics`
option, such as `camel run * --metrics`
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----
diff --git a/jbang/slack-source/README.adoc b/jbang/slack-source/README.adoc
index da6635c..f1d5616 100644
--- a/jbang/slack-source/README.adoc
+++ b/jbang/slack-source/README.adoc
@@ -84,9 +84,9 @@ Starting CamelJBang
2022-03-10 14:44:47.288 INFO 10188 --- [ main]
e.camel.impl.engine.AbstractCamelContext : Apache Camel 3.15.0 (CamelJBang)
shutdown in 12ms (uptime:9s659ms)
----
-=== Run directly from github
+=== Run directly from GitHub
-The example can also be run directly by referring to the github URL as shown:
+The example can also be run directly by referring to the GitHub URL as shown:
[source,sh]
----