Author: khmarbaise
Date: Fri Feb 12 19:26:29 2016
New Revision: 1730094

URL: http://svn.apache.org/viewvc?rev=1730094&view=rev
Log:
Using https consistently instead of http.

Modified:
    maven/site/trunk/content/pdf.xml
    maven/site/trunk/content/site.xml

Modified: maven/site/trunk/content/pdf.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/pdf.xml?rev=1730094&r1=1730093&r2=1730094&view=diff
==============================================================================
--- maven/site/trunk/content/pdf.xml (original)
+++ maven/site/trunk/content/pdf.xml Fri Feb 12 19:26:29 2016
@@ -159,8 +159,8 @@
     <coverSubTitle>Current version</coverSubTitle>
     <coverType>User Guide</coverType>
     <projectName>${project.name}</projectName>
-    
<projectLogo>http://maven.apache.org/images/maventxt_logo_200.gif</projectLogo>
+    
<projectLogo>https://maven.apache.org/images/maventxt_logo_200.gif</projectLogo>
     <companyName>The Apache Software Foundation</companyName>
-    <companyLogo>http://www.apache.org/images/asf_logo_wide.png</companyLogo>
+    <companyLogo>https://www.apache.org/images/asf_logo_wide.png</companyLogo>
   </cover>
 </document>

Modified: maven/site/trunk/content/site.xml
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/site.xml?rev=1730094&r1=1730093&r2=1730094&view=diff
==============================================================================
--- maven/site/trunk/content/site.xml (original)
+++ maven/site/trunk/content/site.xml Fri Feb 12 19:26:29 2016
@@ -39,12 +39,12 @@ under the License.
   
   <body>
     <breadcrumbs>
-      <item name="Maven"  href="http://maven.apache.org/index.html"; />
+      <item name="Maven"  href="https://maven.apache.org/index.html"; />
     </breadcrumbs>
 
     <menu name="Main">
       <item name="Welcome" href="/index.html"/>
-      <item name="License" href="http://www.apache.org/licenses/"/>
+      <item name="License" href="https://www.apache.org/licenses/"/>
       <item name="Download" href="/download.html"/>
       <item name="Install" href="/install.html"/>
       <item name="Configure" href="/configure.html"/>


Reply via email to