]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix some http vs https links in upper left navigation links.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 17 May 2026 11:29:01 +0000 (11:29 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 17 May 2026 11:29:01 +0000 (11:29 +0000)
(r1934291 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934292 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl

index f6f051c66d8e306eb85d8595b3ca8aa2f5ad0d3c..80ff402adf3e8ccf8c3100bacb55e582fe7cabd0 100644 (file)
 </div>&lf;
 
 <div id="path">&lf;
-    <a href="http://www.apache.org/">
+    <a href="https://www.apache.org/">
         <xsl:if test="$ext-target">
             <xsl:attribute name="target">_blank</xsl:attribute>
         </xsl:if>
 
     <xsl:text> &gt; </xsl:text>
 
-    <a href="http://httpd.apache.org/">
+    <a href="https://httpd.apache.org/">
         <xsl:if test="$ext-target">
             <xsl:attribute name="target">_blank</xsl:attribute>
         </xsl:if>
 
     <xsl:text> &gt; </xsl:text>
 
-    <a href="http://httpd.apache.org/docs/">
+    <a href="https://httpd.apache.org/docs/">
         <xsl:if test="$ext-target">
             <xsl:attribute name="target">_blank</xsl:attribute>
         </xsl:if>