]> 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:26:51 +0000 (11:26 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 17 May 2026 11:26:51 +0000 (11:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1934291 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl

index 0e591d27fac8336537f2f4043768f175f16b179f..5acf0e269af0572f8a80e1526b04fe16be469a20 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>