You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/11/25 09:10:24 UTC

[camel-quarkus-examples] 07/08: Fix link notation in Kafka readme

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

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

commit af6a8fdf3facd01acc245d72f2dc0e3ffb3f7392
Author: Aurélien Pupier <ap...@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 <ap...@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