This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-site.git
The following commit(s) were added to refs/heads/main by this push:
new 0b25fd80b7 Make the project-specific security page more prominent (#50)
0b25fd80b7 is described below
commit 0b25fd80b71d556571f69c5377c3451f8fda5111
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Sep 2 00:57:22 2025 +0200
Make the project-specific security page more prominent (#50)
We want people to read that page first. When they want to see
the ASF-wide security policies they can find those via the
project-specific page.
---
_data/submenu.yml | 2 +-
asf.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_data/submenu.yml b/_data/submenu.yml
index f8eb875f24..def5b21f74 100644
--- a/_data/submenu.yml
+++ b/_data/submenu.yml
@@ -5,7 +5,7 @@
- sub: Sponsorship
sublink: https://www.apache.org/foundation/sponsorship.html
- sub: Security
- sublink: https://www.apache.org/security/
+ sublink: https://tvm.apache.org/docs/reference/security.html
- sub: Thanks
sublink: https://www.apache.org/foundation/thanks.html
- sub: Events
diff --git a/asf.md b/asf.md
index 9fa2d49037..5730e0c891 100644
--- a/asf.md
+++ b/asf.md
@@ -16,7 +16,7 @@ description: "ASF"
<a href="https://www.apache.org/foundation/sponsorship.html"
class="link-btn">Sponsorship</a>
-<a href="https://www.apache.org/security/" class="link-btn">Security</a>
+<a href="https://tvm.apache.org/docs/reference/security.html"
class="link-btn">Security</a>
<a href="https://www.apache.org/foundation/thanks.html"
class="link-btn">Thanks</a>