From 999ae5998dd0ab98ee2c04cc2c3fdd16071d5f55 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 20 May 2025 09:44:55 +0200 Subject: [PATCH] [Improve] link project-specific security page in menu 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 0dc16aa92..2715d66ce 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 eb2b3e674..8857026cb 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",