diff --git a/blog/0.1-release/index.mdx b/blog/0.1-release/index.mdx index ed690a5..b1ee60d 100644 --- a/blog/0.1-release/index.mdx +++ b/blog/0.1-release/index.mdx @@ -30,4 +30,4 @@ This release includes: This is only the beginning. We invite everyone interested to [consult and contribute to the roadmap](https://github.com/OpenLineage/OpenLineage/projects). The roadmap currently contains, among other things: adding support for [Kafka](https://github.com/OpenLineage/OpenLineage/issues/152), [BI dashboards](https://github.com/OpenLineage/OpenLineage/issues/207), and [column level lineage](https://github.com/OpenLineage/OpenLineage/issues/148)...but you can influence it by participating! -Follow the [repo](https://github.com/OpenLineage/OpenLineage) to stay updated. And, as always, you can [join the conversation](http://bit.ly/OpenLineageSlack) on Slack. +Follow the [repo](https://github.com/OpenLineage/OpenLineage) to stay updated. And, as always, you can [join the conversation](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) on Slack. diff --git a/blog/nyc-meetup/index.mdx b/blog/nyc-meetup/index.mdx index 0c56bc7..c2b8396 100644 --- a/blog/nyc-meetup/index.mdx +++ b/blog/nyc-meetup/index.mdx @@ -34,7 +34,7 @@ to the building is on 19th Street. #### Getting In - If you arrive before 6 pm, simply come on up to the third floor! Otherwise, post -a message in [Slack](http://bit.ly/OpenLineageSlack) to let us know you're here, +a message in [Slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) to let us know you're here, and someone will let you in. ### Hope to see you there! diff --git a/blog/python-client/index.mdx b/blog/python-client/index.mdx index 9e87f29..3eee5a6 100644 --- a/blog/python-client/index.mdx +++ b/blog/python-client/index.mdx @@ -124,6 +124,6 @@ Check out the source code here: https://github.com/OpenLineage/OpenLineage/tree/ Interested in contributing to the project? Read our guide for new contributors: https://github.com/OpenLineage/OpenLineage/blob/main/CONTRIBUTING.md. -Join us on Slack: http://bit.ly/OpenLineageSlack. +Join us on Slack: https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA. Attend a community meeting: https://bit.ly/OLwikitsc. diff --git a/docs/integrations/airflow/airflow.md b/docs/integrations/airflow/airflow.md index a7bb2c4..9c0cdbe 100644 --- a/docs/integrations/airflow/airflow.md +++ b/docs/integrations/airflow/airflow.md @@ -49,4 +49,4 @@ If you want to expose lineage as a one off in your workflow, [you can also manua ## Feedback -You can reach out to us on [slack](http://bit.ly/OpenLineageSlack) and leave us feedback! +You can reach out to us on [slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) and leave us feedback! diff --git a/docs/integrations/dbt.md b/docs/integrations/dbt.md index 837a38d..beca93c 100644 --- a/docs/integrations/dbt.md +++ b/docs/integrations/dbt.md @@ -58,4 +58,4 @@ Emitted 4 openlineage events ## Feedback -What did you think of this guide? You can reach out to us on [slack](http://bit.ly/OpenLineageSlack) and leave us feedback! \ No newline at end of file +What did you think of this guide? You can reach out to us on [slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) and leave us feedback! \ No newline at end of file diff --git a/docs/integrations/great-expectations.md b/docs/integrations/great-expectations.md index 422fc79..e371556 100644 --- a/docs/integrations/great-expectations.md +++ b/docs/integrations/great-expectations.md @@ -83,4 +83,4 @@ Then run your Great Expecations checkpoint with the CLI or your integration of c ## Feedback -What did you think of this guide? You can reach out to us on [slack](http://bit.ly/OpenLineageSlack) and leave us feedback! +What did you think of this guide? You can reach out to us on [slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) and leave us feedback! diff --git a/docs/integrations/trino.md b/docs/integrations/trino.md index c45d6bf..b222c2f 100644 --- a/docs/integrations/trino.md +++ b/docs/integrations/trino.md @@ -57,4 +57,4 @@ Current documentation on Trino OpenLineage Event Listener with full list of avai ## Feedback -What did you think of this guide? You can reach out to us on [slack](http://bit.ly/OpenLineageSlack) and leave us feedback! +What did you think of this guide? You can reach out to us on [slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) and leave us feedback! diff --git a/docusaurus.config.js b/docusaurus.config.js index a0990a5..699d66a 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -35,7 +35,7 @@ const linksSocial = [ {href: 'https://fosstodon.org/@openlineage', label: 'Mastodon', rel: 'me'}, {href: 'https://twitter.com/OpenLineage', label: 'Twitter'}, {href: 'https://www.linkedin.com/groups/13927795/', label: 'LinkedIn'}, - {href: 'http://bit.ly/OpenLineageSlack', label: 'Slack'}, + {href: 'https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA', label: 'Slack'}, {href: 'https://github.com/OpenLineage/OpenLineage', label: 'GitHub'} ] diff --git a/src/pages/home.tsx b/src/pages/home.tsx index aa8a537..81b9be0 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -83,7 +83,7 @@ const Wall = ({ twoColumnWall = false, capitalizeTitleOnHome = false }) => { />