From 2fa961bad1f64b739ff32aa69f2295d3d428c3d2 Mon Sep 17 00:00:00 2001 From: Alem Tuzlak Date: Sat, 9 Aug 2025 18:11:29 +0200 Subject: [PATCH] chore: fix wrong url in github templates --- .github/ISSUE_TEMPLATE/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6a5ed2d4a..d0b013fa8 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: false contact_links: - name: Feature Requests & Questions - url: https://github.com/TanStack/table/discussions + url: https://github.com/TanStack/devtools/discussions about: Please ask and answer questions here. - name: Community Chat url: https://discord.gg/mQd7egN