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.git


The following commit(s) were added to refs/heads/main by this push:
     new a355a5247c [DOCS] Link to project-specific security page (#17378)
a355a5247c is described below

commit a355a5247c8c4b3b2cec65260cffb2668edc7741
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Sep 17 03:09:10 2024 +0200

    [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 8c71f5eb1d..12039ebb2c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -627,7 +627,7 @@ header_dropdown = {
         ("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";),
     ],

Reply via email to