From ca52bf970124fefc5c358c1b8c0b7d88ce914526 Mon Sep 17 00:00:00 2001 From: Ivan Despot <66276597+g-despot@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:46:45 +0100 Subject: [PATCH 1/3] Replace Slack community links with forum Direct users to the community forum (forum.weaviate.io) instead of Slack. Co-Authored-By: Claude Opus 4.6 --- README.rst | 2 +- docs/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f7b1f1b19..97b197e43 100644 --- a/README.rst +++ b/README.rst @@ -52,7 +52,7 @@ Support ------- - Use our `Forum `_ for support or any other question. -- Use our `Slack Channel `_ for discussions or any other question. +- Use our `Community Forum `_ for discussions or any other question. - Use the ``weaviate`` tag on `StackOverflow `_ for questions. - For bugs or problems, submit a GitHub `issue `_. diff --git a/docs/index.rst b/docs/index.rst index 4e7f342c5..af6f4fafc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,7 +70,7 @@ Support ------- * `Community Forum `_ -* `Community Slack Channel `_ +* `Community Forum `_ * Use the ``weaviate`` tag on `StackOverflow `_ for questions. * For bugs or problems, submit a GitHub `issue `_. From bf7ebe5e144b0f26b8a303cd75bc2c197c258110 Mon Sep 17 00:00:00 2001 From: Ivan Despot <66276597+g-despot@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:49:34 +0100 Subject: [PATCH 2/3] Remove duplicate Community Forum link Removed duplicate link to the Community Forum. --- docs/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/index.rst b/docs/index.rst index af6f4fafc..2b004e62c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,7 +70,6 @@ Support ------- * `Community Forum `_ -* `Community Forum `_ * Use the ``weaviate`` tag on `StackOverflow `_ for questions. * For bugs or problems, submit a GitHub `issue `_. From 6eb5789b1cfad964b86bd7b07777150d8a1bc066 Mon Sep 17 00:00:00 2001 From: Ivan Despot <66276597+g-despot@users.noreply.github.com> Date: Tue, 24 Mar 2026 15:50:02 +0100 Subject: [PATCH 3/3] Update support section in README Consolidate support information in README. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 97b197e43..8a0c587d0 100644 --- a/README.rst +++ b/README.rst @@ -51,8 +51,7 @@ Documentation Support ------- -- Use our `Forum `_ for support or any other question. -- Use our `Community Forum `_ for discussions or any other question. +- Use our `Community Forum `_ for support or any other question. - Use the ``weaviate`` tag on `StackOverflow `_ for questions. - For bugs or problems, submit a GitHub `issue `_.