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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 274b19d8493 Change link to Slack workspace auto-invite (#335)
274b19d8493 is described below

commit 274b19d84938233a8a8b350039da05f098a12b27
Author: Matteo Merli <[email protected]>
AuthorDate: Wed Dec 14 15:28:37 2022 -0800

    Change link to Slack workspace auto-invite (#335)
---
 site2/website-next/src/pages/community.js    | 4 ++--
 site2/website-next/src/pages/contact.js      | 4 ++--
 site2/website-next/src/pages/contributing.md | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/site2/website-next/src/pages/community.js 
b/site2/website-next/src/pages/community.js
index dd27fe898d1..c3ecd857977 100644
--- a/site2/website-next/src/pages/community.js
+++ b/site2/website-next/src/pages/community.js
@@ -335,7 +335,7 @@ export default function Community(props) {
                     discussions to the issue tracking system and/or the dev
                     mailing list.
                   </p>
-                  <p>Not signed up? Use our Heroku App to self-register </p>
+                  <p>Not signed up? Use our Slack App to self-register </p>
                   <PillButton
                     variant=""
                     target="_blank"
@@ -346,7 +346,7 @@ export default function Community(props) {
                   <PillButton
                     variant="grey"
                     target="_blank"
-                    href="https://apache-pulsar.herokuapp.com/";
+                    
href="https://communityinviter.com/apps/apache-pulsar/apache-pulsar";
                   >
                     PULSAR SLACK SIGN-UP
                   </PillButton>
diff --git a/site2/website-next/src/pages/contact.js 
b/site2/website-next/src/pages/contact.js
index 3f2c7aba1f4..e770f547931 100644
--- a/site2/website-next/src/pages/contact.js
+++ b/site2/website-next/src/pages/contact.js
@@ -91,8 +91,8 @@ export default function page(props) {
 
           <p>
             <Translate>You can self-register at </Translate>{" "}
-            <a href="https://apache-pulsar.herokuapp.com/"; target="_blank">
-              https://apache-pulsar.herokuapp.com/
+            <a 
href="https://communityinviter.com/apps/apache-pulsar/apache-pulsar"; 
target="_blank">
+              https://communityinviter.com/apps/apache-pulsar/apache-pulsar
             </a>
           </p>
 
diff --git a/site2/website-next/src/pages/contributing.md 
b/site2/website-next/src/pages/contributing.md
index 3021c02fd76..d21ccd0e311 100644
--- a/site2/website-next/src/pages/contributing.md
+++ b/site2/website-next/src/pages/contributing.md
@@ -74,7 +74,7 @@ do not require an associated issue.
 ### Online discussions
 
 We are using [Apache Pulsar Slack channel](https://apache-pulsar.slack.com/) 
for online discussions.
-You can self-invite yourself by accessing [this 
link](https://apache-pulsar.herokuapp.com/).
+You can self-invite yourself by accessing [this 
link](https://communityinviter.com/apps/apache-pulsar/apache-pulsar).
 
 Slack channels are great for quick questions or discussions on specialized 
topics. Remember that we
 strongly encourage communication via the mailing lists, and we prefer to 
discuss more complex subjects

Reply via email to