diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index f814f12e..31493572 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -21,4 +21,4 @@ We appreciate your understanding. .. _Business Source License: https://github.com/sdv-dev/Copulas/blob/main/LICENSE -.. _file an issue: https://github.com/sdv-dev/Copulas/issues +.. _file an issue: https://forum.datacebo.com/ diff --git a/README.md b/README.md index 6e53ea35..b5442bae 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Downloads](https://pepy.tech/badge/copulas)](https://pepy.tech/project/copulas) [![Unit Tests](https://github.com/sdv-dev/Copulas/actions/workflows/unit.yml/badge.svg)](https://github.com/sdv-dev/Copulas/actions/workflows/unit.yml) [![Coverage Status](https://codecov.io/gh/sdv-dev/Copulas/branch/main/graph/badge.svg)](https://codecov.io/gh/sdv-dev/Copulas) -[![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)

@@ -91,10 +91,10 @@ Click below to run the code yourself on a Colab Notebook and discover new featur Learn more about Copulas library from our [documentation](https://sdv.dev/Copulas/) site. -**Questions or issues?** Join our [Slack channel](https://bit.ly/sdv-slack-invite) -to discuss more about Copulas and synthetic data. +**Questions or issues?** Join our [forum](https://forum.datacebo.com/) +to discuss Copulas features, ask questions, and receive help. If you find a bug or have a feature request, you can also -[open an issue](https://github.com/sdv-dev/Copulas/issues/new/choose) on our GitHub. +[open an issue](https://forum.datacebo.com/) on our forum. **Interested in contributing to Copulas?** Read our [Contribution Guide](https://sdv.dev/Copulas/contributing.html) to get started. diff --git a/pyproject.toml b/pyproject.toml index 88c78713..4535bc5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "Issue Tracker" = "https://github.com/sdv-dev/Copulas/issues" "Changes" = "https://github.com/sdv-dev/Copulas/blob/main/HISTORY.md" "Twitter" = "https://twitter.com/sdv_dev" -"Chat" = "https://bit.ly/sdv-slack-invite" +"Chat" = "https://forum.datacebo.com/" [build-system] requires = ['setuptools', 'wheel']