From 605627e9976360fdbbce2103e1ca23d865dbb5d0 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 16 Sep 2024 16:16:15 +0200 Subject: [PATCH] [DOCS] Link to project-specific security page 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 294051c0b04e..4afcb2e07fdb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -617,7 +617,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"), ],