This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git
The following commit(s) were added to refs/heads/master by this push:
new 12968555 switch the button back to a redirect
new f8135742 Merge pull request #414 from 317brian/fix-link-properly
12968555 is described below
commit 12968555cff92aa1fe4cb7520f915b07e2c01aac
Author: brian.le <[email protected]>
AuthorDate: Tue Aug 29 15:20:59 2023 -0700
switch the button back to a redirect
---
src/pages/index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/index.js b/src/pages/index.js
index 381a585a..d3a47ff2 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -24,7 +24,7 @@ export default () => {
<p className="lead">Druid is a high performance, real-time
analytics database that delivers sub-second queries on streaming and batch data
at scale and under load.</p>
<p>
<a className="button" href="/downloads.html"><span
className="fa fa-download" /> Download</a>
- <a className="button"
href="https://join.slack.com/t/apachedruidworkspace/shared_invite/zt-143m5afbr-4ebnAPJPaQfNOUu_g1MvSw"><span
className="fab fa-slack" /> Join Slack</a>
+ <a className="button"
href="/community/join-slack/?v=2"><span className="fab fa-slack" /> Join
Slack</a>
<a className="button"
href="https://github.com/apache/druid/"><span className="fab fa-github" />
GitHub</a></p>
<p />
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]