This is an automated email from the ASF dual-hosted git repository. rusackas pushed a commit to branch SO-link-fix in repository https://gitbox.apache.org/repos/asf/superset.git
commit 97789ff21eac1c9e561b70e096b5af98e2b0ed24 Author: Evan Rusackas <[email protected]> AuthorDate: Wed Jul 26 16:09:43 2023 -0600 docs: fixing stack overflow link The superset tag is not working, on its own or in combination with apache-superset --- 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 0d9b6b9a76..72b4be2821 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',
