This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new a82eab7bd3b3 Fix link for creating a new discussion
a82eab7bd3b3 is described below

commit a82eab7bd3b397741ee79d3bf8da93396be92e41
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Mar 19 17:12:35 2024 +0200

    Fix link for creating a new discussion
---
 .../pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/components/pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
 
b/src/components/pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
index 3320d3eeef66..941d04e4d9e0 100644
--- 
a/src/components/pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
+++ 
b/src/components/pages/CommunityPage/sections/discussions/DiscussionPlatforms.tsx
@@ -153,7 +153,7 @@ const DiscussionPlatforms: React.FC = () => {
         {
           id: "new-discussion",
           text: "New discussion",
-          href: "https://github.com/apache/pulsar/discussions/new";,
+          href: "https://github.com/apache/pulsar/discussions/new/choose";,
           type: "primary",
           isExternal: true,
         },

Reply via email to