You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/02/11 08:00:51 UTC

svn commit: r1566994 - /camel/website/template/template.camel

Author: ningjiang
Date: Tue Feb 11 07:00:51 2014
New Revision: 1566994

URL: http://svn.apache.org/r1566994
Log:
CAMEL-7190 try to fix https issue

Modified:
    camel/website/template/template.camel

Modified: camel/website/template/template.camel
URL: http://svn.apache.org/viewvc/camel/website/template/template.camel?rev=1566994&r1=1566993&r2=1566994&view=diff
==============================================================================
--- camel/website/template/template.camel (original)
+++ camel/website/template/template.camel Tue Feb 11 07:00:51 2014
@@ -18,11 +18,11 @@
 -->
 <html>
 <head>
-    <link href="http://camel.apache.org/styles/site.css" rel="stylesheet" type="text/css">
-    <link href="http://camel.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css">
-    <script src="http://camel.apache.org/styles/prototype.js" type="text/javascript"></script>
-    <script src="http://camel.apache.org/styles/rico.js" type="text/javascript"></script>    
-    <script src="http://camel.apache.org/styles/site.js" type="text/javascript"></script>
+    <link href="//camel.apache.org/styles/site.css" rel="stylesheet" type="text/css">
+    <link href="//camel.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css">
+    <script src="//camel.apache.org/styles/prototype.js" type="text/javascript"></script>
+    <script src="//camel.apache.org/styles/rico.js" type="text/javascript"></script>    
+    <script src="//camel.apache.org/styles/site.js" type="text/javascript"></script>
 
     <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
 
@@ -37,11 +37,11 @@
 
 
 #if($page.hasCode)
-  <link href='http://camel.apache.org/styles/highlighter/styles/shCoreCamel.css' rel='stylesheet' type='text/css' />
-  <link href='http://camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' />
-  <script src='http://camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script>
+  <link href='//camel.apache.org/styles/highlighter/styles/shCoreCamel.css' rel='stylesheet' type='text/css' />
+  <link href='//camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' />
+  <script src='//camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script>
 #foreach ($hscript in $page.CodeScripts)
-  <script src='http://camel.apache.org/styles/highlighter/scripts/$hscript' type='text/javascript'></script>
+  <script src='//camel.apache.org/styles/highlighter/scripts/$hscript' type='text/javascript'></script>
 #end
   
   <script type="text/javascript">