Author: sebb
Date: Sat Oct 21 13:18:53 2023
New Revision: 1913179

URL: http://svn.apache.org/viewvc?rev=1913179&view=rev
Log:
COMMONSSITE-85 - don't link to http: images etc

The original issue was fixed a while ago, but there were still a couple
of non-https references

Modified:
    commons/cms-site/trunk/content/site.xml

Modified: commons/cms-site/trunk/content/site.xml
URL: 
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1913179&r1=1913178&r2=1913179&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Sat Oct 21 13:18:53 2023
@@ -22,7 +22,7 @@
     <name>Apache Commons</name>
     <src>/images/commons-logo.png</src>
     <alt>Apache Commons logo</alt>
-    <href>http://commons.apache.org/</href>
+    <href>https://commons.apache.org/</href>
   </bannerLeft>
 
   <publishDate format="dd MMMM yyyy" position="left" />
@@ -43,7 +43,7 @@
     </links>
     <menu name="Commons">
       <item name="Home"                   href="/index.html"/>
-      <item name="License"                
href="http://www.apache.org/licenses/"/>
+      <item name="License"                
href="https://www.apache.org/licenses/"/>
       <item name="Mailing Lists"          href="/mail-lists.html"/>
       <item name="PMC"                    href="/team.html"/>
       <item name="Components"             href="/components.html" 
collapse="true">


Reply via email to