This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 072b160e14 Fix: Convert HTTP to HTTPS and fix APPS link in navigation
072b160e14 is described below

commit 072b160e1437a83cccf57110edfe40cfd698d436
Author: Abhishek Mishra <[email protected]>
AuthorDate: Sun Feb 8 14:28:38 2026 +0000

    Fix: Convert HTTP to HTTPS and fix APPS link in navigation
    
    - Change dev_list_archive from http to https (line 31)
    - Change commits_list_archive from http to https (line 45)
    - Fix APPS source code link to point to nuttx-apps repository instead of 
nuttx repository
---
 _data/project.yml                        | 4 ++--
 _includes/themes/apache/_navigation.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/_data/project.yml b/_data/project.yml
index 6806bdefea..c101f9398f 100644
--- a/_data/project.yml
+++ b/_data/project.yml
@@ -28,7 +28,7 @@ latest_release: 12.12.0
 dev_list: [email protected]
 dev_list_subscribe: [email protected]
 dev_list_unsubscribe: [email protected]
-dev_list_archive: http://mail-archives.apache.org/mod_mbox/nuttx-dev/
+dev_list_archive: https://mail-archives.apache.org/mod_mbox/nuttx-dev/
 dev_list_archive_mailarchive: 
https://www.mail-archive.com/[email protected]/
 dev_list_archive_markmail:
 
@@ -42,7 +42,7 @@ user_list_archive_markmail:
 commits_list: [email protected]
 commits_list_subscribe: [email protected]
 commits_list_unsubscribe: [email protected]
-commits_list_archive: http://mail-archives.apache.org/mod_mbox/nuttx-commits/
+commits_list_archive: https://mail-archives.apache.org/mod_mbox/nuttx-commits/
 commits_list_archive_mailarchive: 
https://www.mail-archive.com/[email protected]/
 commits_list_archive_markmail:
 
diff --git a/_includes/themes/apache/_navigation.html 
b/_includes/themes/apache/_navigation.html
index 2fc3072569..b38531ec9b 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -35,7 +35,7 @@
                <ul class="dropdown-menu dropdown-left">
                 <li><a href="{{ site.data.project.download 
}}">Releases</a></li>
                 <li><a href="{{ site.data.project.source_repository_os_mirror 
}}">RTOS source code</a></li>
-                <li><a href="{{ site.data.project.source_repository_os_mirror 
}}">APPS source code</a></li>
+                <li><a href="{{ 
site.data.project.source_repository_apps_mirror }}">APPS source code</a></li>
               </ul>
             </li>
             <li id="apache">

Reply via email to