diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bf3bc396..7dd8f417 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -21,4 +21,4 @@ We appreciate your understanding. .. _Business Source License: https://github.com/sdv-dev/RDT/blob/main/LICENSE -.. _file an issue: https://github.com/sdv-dev/RDT/issues +.. _file an issue: https://forum.datacebo.com/ diff --git a/README.md b/README.md index 53b5525e..3d7ef0f6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![Unit Tests](https://github.com/sdv-dev/RDT/actions/workflows/unit.yml/badge.svg)](https://github.com/sdv-dev/RDT/actions/workflows/unit.yml) [![Downloads](https://pepy.tech/badge/rdt)](https://pepy.tech/project/rdt) [![Coverage Status](https://codecov.io/gh/sdv-dev/RDT/branch/main/graph/badge.svg)](https://codecov.io/gh/sdv-dev/RDT) -[![Slack](https://img.shields.io/badge/Community-Slack-blue?style=plastic&logo=slack)](https://bit.ly/sdv-slack-invite) +[![Forum](https://img.shields.io/badge/Forum-Join%20now!-36C5F0)](https://forum.datacebo.com)

diff --git a/pyproject.toml b/pyproject.toml index de3608e2..bbc01270 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ dependencies = [ "Issue Tracker" = "https://github.com/sdv-dev/RDT/issues" "Changes" = "https://github.com/sdv-dev/RDT/blob/main/HISTORY.md" "Twitter" = "https://twitter.com/sdv_dev" -"Chat" = "https://bit.ly/sdv-slack-invite" +"Chat" = "https://forum.datacebo.com/" [project.entry-points] rdt = { main = 'rdt.cli.__main__:main' }