This is an automated email from the ASF dual-hosted git repository.
valdar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 7112a31 Fixed README.adoc links after Antora init.
new 0f1a5bb Merge pull request #90 from valdar/fixReadmeLinks
7112a31 is described below
commit 7112a3141769def5a607367af33ac83b117b3a07
Author: Andrea Tarocchi <[email protected]>
AuthorDate: Tue Feb 11 16:54:26 2020 +0100
Fixed README.adoc links after Antora init.
---
README.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.adoc b/README.adoc
index 0f8d3f8..d9298ca 100644
--- a/README.adoc
+++ b/README.adoc
@@ -43,12 +43,12 @@ mvn -Dkafka.bootstrap.servers=host1:port
-Dkafka.instance.type=remote -DskipInte
=== Try it out locally
You can use Camel Kafka connectors with local Apache Kafka installation.
-For more details see the link:./docs/try-it-out-locally.adoc[local guide].
+For more details see the
link:./docs/modules/ROOT/pages/try-it-out-locally.adoc[local guide].
=== Try it out on OpenShift with Strimzi
You can also use Camel Kafka connectors on OpenShift.
-For more details see the
link:./docs/try-it-out-on-openshift-with-strimzi.adoc[OpenShift guide].
+For more details see the
link:./docs/modules/ROOT/pages/try-it-out-on-openshift-with-strimzi.adoc[OpenShift
guide].
=== Known limitations
In order to use other Camel components you need to add them as dependencies in
the project `pom.xml`.