Skip to content

Commit

Permalink
fix: update slack links (datahub-project#2256)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored Mar 18, 2021
1 parent 039fe59 commit d8268da
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Check out DataHub's [Features](docs/features.md) & [Roadmap](docs/roadmap.md).
We welcome contributions from the community. Please refer to our [Contributing Guidelines](docs/CONTRIBUTING.md) for more details. We also have a [contrib](contrib) directory for incubating experimental features.

## Community
Join our [slack workspace](https://join.slack.com/t/datahubspace/shared_invite/zt-dkzbxfck-dzNl96vBzB06pJpbRwP6RA) for discussions and important announcements. You can also find out more about our upcoming [town hall meetings](docs/townhalls.md) and view past recordings.
Join our [slack workspace](http://slack.datahubproject.io) for discussions and important announcements. You can also find out more about our upcoming [town hall meetings](docs/townhalls.md) and view past recordings.

## Adoption
Here are the companies that have officially adopted DataHub. Please feel free to add yours to the list if we missed it.
Expand Down
6 changes: 2 additions & 4 deletions docs-website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ module.exports = {
position: "right",
},
{
to:
"https://join.slack.com/t/datahubspace/shared_invite/zt-dkzbxfck-dzNl96vBzB06pJpbRwP6RA",
href: "http://slack.datahubproject.io",
label: "Slack",
position: "right",
},
Expand Down Expand Up @@ -70,8 +69,7 @@ module.exports = {
items: [
{
label: "Slack",
href:
"https://join.slack.com/t/datahubspace/shared_invite/zt-dkzbxfck-dzNl96vBzB06pJpbRwP6RA",
href: "http://slack.datahubproject.io",
},
{
label: "YouTube",
Expand Down
2 changes: 1 addition & 1 deletion docs-website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ function Home() {
'button button--secondary button--outline button--lg',
styles.hero_button
)}
to='https://join.slack.com/t/datahubspace/shared_invite/zt-dkzbxfck-dzNl96vBzB06pJpbRwP6RA'>
to='http://slack.datahubproject.io'>
Join our Slack
</Link>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We publish only a short roadmap, because we are evolving very fast and want to a

If you would like to suggest new items or request timeline changes to the existing items, please submit your request through this [form](https://docs.google.com/forms/d/1znDv7_CXXvUDcUsqzq92PgGqPSh_1yeYC3cl2xgizSE/) or submit a GitHub [feature request](https://github.com/linkedin/datahub/issues/new?assignees=&labels=feature-request&template=--feature-request.md&title=A+short+description+of+the+feature+request).

Of course, you always have access to our community through [Slack](https://join.slack.com/t/datahubspace/shared_invite/zt-dkzbxfck-dzNl96vBzB06pJpbRwP6RA) or our [town halls](townhalls.md) to chat with us live!
Of course, you always have access to our community through [Slack](http://slack.datahubproject.io) or our [town halls](townhalls.md) to chat with us live!

## Q1 2021 [Jan - Mar 2021]

Expand Down
2 changes: 1 addition & 1 deletion docs/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The DataHub team has an open source slack workspace to discuss development and support.

[Sign up](https://join.slack.com/t/datahubspace/shared_invite/zt-dkzbxfck-dzNl96vBzB06pJpbRwP6RA) or [log in with an
[Sign up](http://slack.datahubproject.io) or [log in with an
existing account](https://datahubspace.slack.com/) to `datahubspace` on Slack.

Here are some notable channels and their purposes
Expand Down

0 comments on commit d8268da

Please sign in to comment.