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 2020/09/14 10:58:58 UTC

[camel-quarkus] branch master updated: Switch from Gitter to Zulip

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6b44293  Switch from Gitter to Zulip
6b44293 is described below

commit 6b44293516cde3e5fcdbc103b9690df087648428
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Mon Sep 14 11:52:28 2020 +0200

    Switch from Gitter to Zulip
---
 README.adoc                                                         | 2 +-
 docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.adoc b/README.adoc
index 5d026fb..703c530 100644
--- a/README.adoc
+++ b/README.adoc
@@ -2,7 +2,7 @@
 
 image:https://img.shields.io/maven-central/v/org.apache.camel.quarkus/camel-quarkus-bom.svg["Maven Central", link="http://search.maven.org/#search%7Cga%7C1%7Corg.apache.camel.quarkus"]
 image:https://img.shields.io/github/license/openshift/origin.svg?maxAge=2592000["Licensed under Apache License version 2.0", link="https://www.apache.org/licenses/LICENSE-2.0"]
-image:https://badges.gitter.im/apache/camel-quarkus.svg["Chat on Gitter", link="https://gitter.im/apache/camel-quarkus"]
+image:https://img.shields.io/badge/zulip-join_chat-brightgreen.svg["Chat on Zulip", link="https://camel.zulipchat.com"]
 
 ==== CI Branch Status
 [width="50%"]
diff --git a/docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc b/docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc
index bc5f7e9..d6a4517 100644
--- a/docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/create-new-extension.adoc
@@ -75,7 +75,7 @@ the User guide for more details.
 ====
 
 10. In case of problems, consult the https://quarkus.io/guides/extension-authors-guide[Quarkus extension author's guide],
-   ask for help in the given GitHub issue or via https://gitter.im/apache/camel-quarkus[Camel Quarkus chat].
+   ask for help in the given GitHub issue or via https://camel.zulipchat.com[Camel Quarkus chat].
 
 11. Read the xref:contributor-guide/extension-documentation.adoc[Extension documentation] page and add `configuration.adoc`,
    `usage.adoc`, etc. in `src/main/doc` directory of the runtime module if necessary.