Skip to content

Commit

Permalink
fix: Slack URL (pinterest#500)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmpier authored Apr 3, 2021
1 parent 2171ecb commit 531981e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Build Status](https://github.com/pinterest/querybook/workflows/Tests/badge.svg)
[![License](http://img.shields.io/:license-Apache%202-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.txt)
[![Slack](https://img.shields.io/badge/Slack-Join%20our%20community-brightgreen?style=flat&logo=slack)](https://querybook.slack.com)
[![Slack](https://img.shields.io/badge/Slack-Join%20our%20community-brightgreen?style=flat&logo=slack)](https://join.slack.com/t/querybook/shared_invite/zt-dpr988af-9VwGkjcmPhqTmRoA2Tm3gg)

Querybook is a Big Data IDE that allows you to discover, create, and share data analyses, queries, and tables.
[Check out the full documentation & feature highlights here.](https://querybook.org)
Expand Down
4 changes: 2 additions & 2 deletions docs_website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
label: 'GitHub',
},
{
href: 'https://querybook.slack.com/',
href: 'https://join.slack.com/t/querybook/shared_invite/zt-dpr988af-9VwGkjcmPhqTmRoA2Tm3gg',
position: 'left',
label: 'Slack',
},
Expand Down Expand Up @@ -89,7 +89,7 @@ module.exports = {
{
label: 'Slack',
href:
'https://querybook.slack.com/join/shared_invite/zt-dpr988af-9VwGkjcmPhqTmRoA2Tm3gg#/',
'https://join.slack.com/t/querybook/shared_invite/zt-dpr988af-9VwGkjcmPhqTmRoA2Tm3gg',
},
],
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default () => {
</Link>
<Link
className="button button--link button--lg"
to="https://querybook.slack.com/"
to="https://join.slack.com/t/querybook/shared_invite/zt-dpr988af-9VwGkjcmPhqTmRoA2Tm3gg"
>
Join our Slack Community
</Link>
Expand Down

0 comments on commit 531981e

Please sign in to comment.