From ab223942829a0eee2128d60f31cf24fb7153ec46 Mon Sep 17 00:00:00 2001 From: Chaitanya Kadu Date: Mon, 10 Mar 2025 13:52:20 +0530 Subject: [PATCH] fix: support links on d3js.org are outdated (#4015) This PR addresses issue #4007 by updating the outdated support links on d3js.org. --- docs/.vitepress/theme/CustomFooter.vue | 1 + docs/community.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/.vitepress/theme/CustomFooter.vue b/docs/.vitepress/theme/CustomFooter.vue index 663667a2..e5f6961c 100644 --- a/docs/.vitepress/theme/CustomFooter.vue +++ b/docs/.vitepress/theme/CustomFooter.vue @@ -15,6 +15,7 @@ diff --git a/docs/community.md b/docs/community.md index ba8dedca..1c1c7452 100644 --- a/docs/community.md +++ b/docs/community.md @@ -10,7 +10,7 @@ And of course, follow us on [Observable](https://observablehq.com/@observablehq? ## Getting help -We recommend asking for help on the [Observable forum](https://talk.observablehq.com). Or if you prefer chat, join the [Observable community Slack](https://observablehq.com/slack/join). +We recommend asking for help in our [GitHub Discussions](https://github.com/d3/d3/discussions). This is the preferred platform for support requests and community engagement. We encourage you to share your work, no matter how messy, on [Observable](https://observablehq.com). Sharing live code is the easiest way to let people see what you see, and to debug your problem. Strive for a [minimal, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) — it helps people hone in on your problem more quickly.