Use protocol relative URLs.

Signed-off-by: David Navarro <david.navarro@intel.com>
diff --git a/index.html b/index.html
index bda4fd6..c8f4843 100644
--- a/index.html
+++ b/index.html
@@ -13,21 +13,21 @@
     <link rel="icon" type="image/png" href="img/Wakaama_Logo_Icon.png" />
 
     <!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
-    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
+    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
 
     <!-- Custom CSS -->
     <link rel="stylesheet" href="css/leshan.css">
 
     <!-- Custom Fonts -->
-    <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
-    <link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
-    <link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
+    <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
+    <link href="//fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
+    <link href="//fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
 
     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
     <!--[if lt IE 9]>
-        <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
-        <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
+        <script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
+        <script src="//oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
         <![endif]-->
     </head>
 
@@ -127,8 +127,8 @@
                         
                         Wakaama provides APIs for a server application to send commands to registered LWM2M Clients. On client applications, Wakaama checks received commands for syntax and access rights and then dispatches them to the relevant objects.
                         
-                   <div class="field field-name-field-project-licenses field-type-node-reference field-label-above"><div class="field-label">Licenses:&nbsp;</div><div class="field-items"><div class="field-item even"><a href="https://projects.eclipse.org/content/eclipse-distribution-license-1.0-bsd" class="node-reference-hierarchy-0">Eclipse Distribution License 1.0 (BSD)</a></div><div class="field-item odd"><a href="https://projects.eclipse.org/content/eclipse-public-license-1.0" class="node-reference-hierarchy-0">Eclipse Public License 1.0</a></div></div></div><div class="field field-name-field-active-member-companies field-type- field-label-above">&nbsp;</div><div class="field-items"><div class="field-item even">Main companies supporting this project over the last three months.</div><div class="field-item odd"><ul class="project-active-members"><a href="http://eclipse.org/membership/showMember.php?member_id=843"><img src="https://eclipse.org/membership/scripts/get_image.php?id=843&amp;size=small"/></a>
-                        <a href="http://eclipse.org/membership/showMember.php?member_id=657"><img src="https://eclipse.org/membership/scripts/get_image.php?id=657&amp;size=small"/></a>                        <a href="http://www.ioterop.com"><img src="img/Ioterop.png"/></a>
+                   <div class="field field-name-field-project-licenses field-type-node-reference field-label-above"><div class="field-label">Licenses:&nbsp;</div><div class="field-items"><div class="field-item even"><a href="https://projects.eclipse.org/content/eclipse-distribution-license-1.0-bsd" class="node-reference-hierarchy-0">Eclipse Distribution License 1.0 (BSD)</a></div><div class="field-item odd"><a href="https://projects.eclipse.org/content/eclipse-public-license-1.0" class="node-reference-hierarchy-0">Eclipse Public License 1.0</a></div></div></div><div class="field field-name-field-active-member-companies field-type- field-label-above">&nbsp;</div><div class="field-items"><div class="field-item even">Main companies supporting this project over the last three months.</div><div class="field-item odd"><ul class="project-active-members"><a href="http://eclipse.org/membership/showMember.php?member_id=843"><img src="//eclipse.org/membership/scripts/get_image.php?id=843&amp;size=small"/></a>
+                        <a href="http://eclipse.org/membership/showMember.php?member_id=657"><img src="//eclipse.org/membership/scripts/get_image.php?id=657&amp;size=small"/></a>                        <a href="http://www.ioterop.com"><img src="img/Ioterop.png"/></a>
                     </article>
                 </div>
             </div>
@@ -153,7 +153,7 @@
                         <h5>"./lwm2mclient -4 -h leshan.eclipse.org"</h5>
                         </p>
                         <div class="text-center button-links">
-                            <a href="http://github.com/eclipse/wakaama" target="_blank" class="btn btn-default btn-lg" role="button">
+                            <a href="https://github.com/eclipse/wakaama" target="_blank" class="btn btn-default btn-lg" role="button">
                                 <i class="fa fa-github"></i> Source Code & Examples
                             </a>
                         </div>
@@ -176,11 +176,11 @@
                         <p>Leshan provides libraries that help people develop their own Lightweight M2M server and client</p>
 
                         <div class="text-center button-links">
-                            <a href="http://eclipse.org/leshan" target="_blank" class="btn btn-default btn-lg" role="button">
+                            <a href="https://eclipse.org/leshan" target="_blank" class="btn btn-default btn-lg" role="button">
                                 <i class="fa fa-home"></i> Website
                             </a>
 
-                            <a href="http://github.com/eclipse/leshan" target="_blank" class="btn btn-default btn-lg" role="button">
+                            <a href="https://github.com/eclipse/leshan" target="_blank" class="btn btn-default btn-lg" role="button">
                                 <i class="fa fa-github"></i> Source Code
                             </a>
                         </div>
@@ -188,7 +188,7 @@
 
                     <div class="col-lg-6">
                         <h4>Leshan &amp; Wakaama in action</h4>
-                        <iframe width="560" height="315" src="http://www.youtube.com/embed/YOF9QSAmu7U" frameborder="0" allowfullscreen></iframe>
+                        <iframe width="560" height="315" src="//www.youtube.com/embed/YOF9QSAmu7U" frameborder="0" allowfullscreen></iframe>
                     </div>
                 </div>
 
@@ -244,7 +244,7 @@
                             <div class="row">
                                 <div class="col-xs-12 cols-sm-6 col-md-3 col-lg-3">
                                     <span class="hidden-print">
-                                        <img src="http://projects.eclipse.org/sites/all/themes/solstice/public/images/logo/eclipse-logo-bw-800x188.png" alt="Eclipse.org black and white logo" width="166" height="39" class="logo-eclipse-white">
+                                        <img src="//projects.eclipse.org/sites/all/themes/solstice/public/images/logo/eclipse-logo-bw-800x188.png" alt="Eclipse.org black and white logo" width="166" height="39" class="logo-eclipse-white">
                                     </span>
                                 </div>
                                 <div class="col-xs-12 col-sm-9 col-md-9 col-lg-9">
@@ -271,11 +271,11 @@
 
         <!-- Bootstrap Core JavaScript -->
 
-        <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
+        <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
 
 
         <!-- Plugin JavaScript -->
-        <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
+        <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
         <script src="js/classie.js"></script>
         <script src="js/cbpAnimatedHeader.min.js"></script>