git: af38adbcc7 - main - always use HTTPS links

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Tue, 03 Oct 2023 14:53:55 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=af38adbcc76fe8a99fddc1a0f69919e69ba68055

commit af38adbcc76fe8a99fddc1a0f69919e69ba68055
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2023-10-03 14:51:31 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2023-10-03 14:51:31 +0000

    always use HTTPS links
---
 website/content/en/cgi/cgi-style.pl | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/content/en/cgi/cgi-style.pl b/website/content/en/cgi/cgi-style.pl
index d6a3842a01..d8d43164c8 100644
--- a/website/content/en/cgi/cgi-style.pl
+++ b/website/content/en/cgi/cgi-style.pl
@@ -150,7 +150,7 @@ $i_topbar = qq`
 	      <li><a href="$hsty_base/projects/index.html">Developers</a>
 		<ul>
 		  <li><a href="$hsty_base/projects/ideas/ideas.html">Project Ideas</a></li>
-		  <li><a href="//cgit.FreeBSD.org">GIT Repository</a></li>
+		  <li><a href="https://cgit.FreeBSD.org">GIT Repository</a></li>
 		</ul>
 	      </li>
 	    </ul>
@@ -158,16 +158,16 @@ $i_topbar = qq`
 	      <li><a href="$hsty_base/support.html">Support</a>
 		<ul>
 		  <li><a href="$hsty_base/commercial/commercial.html">Vendors</a></li>
-		  <li><a href="//security.FreeBSD.org/">Security Information</a></li>
+		  <li><a href="https://security.FreeBSD.org/">Security Information</a></li>
 		  <li><a href="https://bugs.freebsd.org/search/">Bug Reports</a></li>
 		  <li><a href="$hsty_base/support.html">Submit Bug-report</a></li>
 		</ul>
 	      </li>
 	    </ul>
 	    <ul>
-	      <li><a href="//www.freebsdfoundation.org/">Foundation</a>
+	      <li><a href="https://www.freebsdfoundation.org/">Foundation</a>
 		<ul>
-		  <li><a href="//www.freebsdfoundation.org/donate/">Donate</a></li>
+		  <li><a href="https://www.freebsdfoundation.org/donate/">Donate</a></li>
 		</ul>
 	      </li>
 	    </ul>