Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Oct 2023 14:53:55 GMT
From:      Wolfram Schneider <wosch@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: af38adbcc7 - main - always use HTTPS links
Message-ID:  <202310031453.393Ertt0035977@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310031453.393Ertt0035977>