From 77503d76dd7846b490410165c7cf6a33eb4972f6 Mon Sep 17 00:00:00 2001 From: Plamen Valentinov Kolev Date: Fri, 6 Feb 2026 13:45:27 +0100 Subject: [PATCH] Update meta info with forum link --- CONTRIBUTING.rst | 2 +- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index bf3bc3969..7dd8f4172 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 53b5525ec..3d7ef0f6d 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 de3608e25..bbc012703 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' }