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

benjobs pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampark-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 84f958f  [Improve] link project-specific security page in menu (#430)
84f958f is described below

commit 84f958feae8c98357f5d0edc4c37f08cfe71a0ac
Author: Arnout Engelen <[email protected]>
AuthorDate: Wed Jul 9 12:05:03 2025 +0200

    [Improve] link project-specific security page in menu (#430)
    
    This makes the project-specific information more prominent,
    so that people will first see the project-specific information
    before perhaps continuing to the generic information on
    https://apache.org/security/
---
 community/security.md | 2 +-
 docusaurus.config.js  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/community/security.md b/community/security.md
index 0dc16aa..2715d66 100644
--- a/community/security.md
+++ b/community/security.md
@@ -23,4 +23,4 @@ Please specify the project name as "StreamPark" in the email, 
and provide a desc
 
 The Apache Security Team and the StreamPark community will get back to you 
after assessing and analyzing the findings.
 
-Please note that the security issue should be reported on the security email 
first, before disclosing it on any public domain.
+Please note that the security issue should be reported on the security email 
first, before disclosing it on any public domain. For more information see 
https://apache.org/security
diff --git a/docusaurus.config.js b/docusaurus.config.js
index eb2b3e6..8857026 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -160,7 +160,7 @@ const config = {
               },
               {
                 label: "Security",
-                to: "https://www.apache.org/security/";,
+                to: "/community/security/",
               },
               {
                 label: "Sponsorship",

Reply via email to