From a355a5247c8c4b3b2cec65260cffb2668edc7741 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Tue, 17 Sep 2024 03:09:10 +0200 Subject: [PATCH] [DOCS] Link to project-specific security page (#17378) Make the project-specific information more prominent. This project-specific page already links to the general ASF information at https://apache.org/security/ --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 8c71f5eb1d55..12039ebb2c8f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -627,7 +627,7 @@ def force_gc(gallery_conf, fname): ("Apache Homepage", "https://apache.org/"), ("License", "https://www.apache.org/licenses/"), ("Sponsorship", "https://www.apache.org/foundation/sponsorship.html"), - ("Security", "https://www.apache.org/security/"), + ("Security", "https://tvm.apache.org/docs/reference/security.html"), ("Thanks", "https://www.apache.org/foundation/thanks.html"), ("Events", "https://www.apache.org/events/current-event"), ],