From 7e26dc8c5b6187c231b1d36affe45aa9c51d7d01 Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Thu, 27 Jul 2023 13:27:30 -0600 Subject: [PATCH] docs: fixing stack overflow link (#24820) --- docs/src/pages/community.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/community.tsx b/docs/src/pages/community.tsx index 0d9b6b9a7..72b4be282 100644 --- a/docs/src/pages/community.tsx +++ b/docs/src/pages/community.tsx @@ -52,7 +52,7 @@ const communityLinks = [ 'Participate in conversations with committers and contributors on Superset mailing list', }, { - url: 'https://stackoverflow.com/questions/tagged/superset+apache-superset', + url: 'https://stackoverflow.com/questions/tagged/apache-superset', title: 'Stack Overflow', description: 'Our growing knowledge base.', image: 'stackoverflow-symbol.jpg',