Convert all the relevant URLs to https.
This commit is contained in:
		
							parent
							
								
									e9d7254a20
								
							
						
					
					
						commit
						42e4f9a938
					
				
					 1 changed files with 12 additions and 12 deletions
				
			
		|  | @ -26,9 +26,9 @@ | ||||||
| 
 | 
 | ||||||
|   <xsl:template match="head"> |   <xsl:template match="head"> | ||||||
|     <head xmlns="http://www.w3.org/1999/xhtml"> |     <head xmlns="http://www.w3.org/1999/xhtml"> | ||||||
|       <link rel="stylesheet" type="text/css" href="http://www-old.gnome.org/default.css" /> |       <link rel="stylesheet" type="text/css" href="https://www-old.gnome.org/default.css" /> | ||||||
|       <link rel="stylesheet" type="text/css" href="http://foundation-old.gnome.org/foundation.css" /> |       <link rel="stylesheet" type="text/css" href="https://foundation-old.gnome.org/foundation.css" /> | ||||||
|       <link rel="icon" type="image/png" href="http://www-old.gnome.org/img/logo/foot-16.png" /> |       <link rel="icon" type="image/png" href="https://www-old.gnome.org/img/logo/foot-16.png" /> | ||||||
|       <xsl:copy-of select="@*" /> |       <xsl:copy-of select="@*" /> | ||||||
|       <xsl:apply-templates select="node()" /> |       <xsl:apply-templates select="node()" /> | ||||||
|     </head> |     </head> | ||||||
|  | @ -42,17 +42,17 @@ | ||||||
|       </div> |       </div> | ||||||
| 
 | 
 | ||||||
|       <div id="hdr"> |       <div id="hdr"> | ||||||
| 	<div id="logo"><a href="{$root}/"><img src="http://www-old.gnome.org/img/spacer" alt="Home" /></a></div> | 	<div id="logo"><a href="{$root}/"><img src="https://www-old.gnome.org/img/spacer" alt="Home" /></a></div> | ||||||
|         <div id="banner"><img src="http://www-old.gnome.org/img/spacer" alt="" /></div> |         <div id="banner"><img src="https://www-old.gnome.org/img/spacer" alt="" /></div> | ||||||
| 	<p class="none"></p> | 	<p class="none"></p> | ||||||
|         <div id="hdrNav"> |         <div id="hdrNav"> | ||||||
| 	  <a href="http://www.gnome.org/about/">About GNOME</a> · | 	  <a href="https://www.gnome.org/about/">About GNOME</a> · | ||||||
| 	  <a href="http://www.gnome.org/start/stable/">Download</a> · | 	  <a href="https://www.gnome.org/start/stable/">Download</a> · | ||||||
| 	  <!--<a href="http://www.gnome.org/contribute/"><i>Get Involved!</i></a> ·--> | 	  <!--<a href="http://www.gnome.org/contribute/"><i>Get Involved!</i></a> ·--> | ||||||
| 	  <a href="http://www.gnome.org/">Users</a> · | 	  <a href="https://www.gnome.org/">Users</a> · | ||||||
| 	  <a href="http://developer.gnome.org/">Developers</a> · | 	  <a href="https://developer.gnome.org/">Developers</a> · | ||||||
| 	  <a href="http://foundation.gnome.org/"><b>Foundation</b></a> · | 	  <a href="https://foundation.gnome.org/"><b>Foundation</b></a> · | ||||||
| 	  <a href="http://www.gnome.org/contact/">Contact</a> | 	  <a href="https://www.gnome.org/contact/">Contact</a> | ||||||
| 	</div> | 	</div> | ||||||
|       </div> |       </div> | ||||||
| 
 | 
 | ||||||
|  | @ -66,7 +66,7 @@ | ||||||
|       piwikTracker.trackPageView(); |       piwikTracker.trackPageView(); | ||||||
|       piwikTracker.enableLinkTracking(); |       piwikTracker.enableLinkTracking(); | ||||||
|       } catch( err ) {} |       } catch( err ) {} | ||||||
|       </script><noscript><p><img src="http://webstats.gnome.org/piwik.php?idsite=5" style="border:0" alt=""/></p></noscript> |       </script><noscript><p><img src="https://webstats.gnome.org/piwik.php?idsite=5" style="border:0" alt=""/></p></noscript> | ||||||
|       <!-- End Piwik Tag --> |       <!-- End Piwik Tag --> | ||||||
| 
 | 
 | ||||||
|     </body> |     </body> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Andrea Veri
						Andrea Veri