This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
commit eabf9b4390ec154118d52c19361d8d7af425e2f3 Author: Dianjin Wang <[email protected]> AuthorDate: Fri Nov 29 11:31:12 2024 +0800 Update security links --- docusaurus.config.ts | 2 +- src/pages/contribute/how-to-contribute.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 3f8cfacd..2dd46048 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -225,7 +225,7 @@ const config: Config = { }, { label: "Security", - to: "/community/security", + to: "https://github.com/apache/cloudberry/blob/main/SECURITY.md", }, ], }, diff --git a/src/pages/contribute/how-to-contribute.md b/src/pages/contribute/how-to-contribute.md index 4ba75150..676720d7 100644 --- a/src/pages/contribute/how-to-contribute.md +++ b/src/pages/contribute/how-to-contribute.md @@ -50,7 +50,7 @@ You can participate by: Requests](https://github.com/apache/cloudberry/pulls) or [Proposals](https://github.com/apache/cloudberry/discussions/categories/proposal). - Proposing your proposal, see [Proposal Guide](./proposal). -- [Reporting security issues](../community/security). +- [Reporting security issues](https://github.com/apache/cloudberry/blob/main/SECURITY.md). - Testing code, testing releases. - Creating educational content (Blog posts, tutorials, videos, etc.) - Spreading the word about Apache Cloudberry on social media(eg, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
