This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this push: new 0823435 Fix link notation in Kafka readme 0823435 is described below commit 0823435dbb54cc0dcfe895cf73d71d2c99ea9905 Author: Aurélien Pupier <apup...@redhat.com> AuthorDate: Thu Nov 18 15:39:03 2021 +0100 Fix link notation in Kafka readme A Markdown notation was used in an AsciiDoc file Signed-off-by: Aurélien Pupier <apup...@redhat.com> --- kafka/README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kafka/README.adoc b/kafka/README.adoc index 9476221..99036b6 100644 --- a/kafka/README.adoc +++ b/kafka/README.adoc @@ -12,9 +12,9 @@ and other general information. The example application requires a Kafka instance. You do not need to provide the Kafka instance yourself -as long as you play with the example code in dev mode (a.k.a. `mvn quarkus:dev` - read more [here](https://quarkus.io/guides/getting-started#development-mode)) +as long as you play with the example code in dev mode (a.k.a. `mvn quarkus:dev` - read more https://quarkus.io/guides/getting-started#development-mode[here] or as long as you only run the supplied tests (`mvn test`). -In those situations, Quarkus tooling starts a Redpanda image for you via [Quarkus Dev Services](https://quarkus.io/guides/kafka-dev-services) +In those situations, Quarkus tooling starts a Redpanda image for you via https://quarkus.io/guides/kafka-dev-services[Quarkus Dev Services] and it also configures the application so that you do not need touch anything in `application.properties`. == Start in Development mode