diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 5b863ab784b9c38141c86b6c205e135e6791830b..7a27f05a5f60dc3e407cbfa693cddcf0788a0b98 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -37,7 +37,7 @@
     = javascript_include_tag "/javascripts/ie.js"
     <![endif]-->
 
-    %script{:type => "text/javascript", :src => 'http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'}
+    %script{:type => "text/javascript", :src => '//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js'}
     :javascript
       !window.jQuery && document.write(unescape("#{escape_javascript(include_javascripts(:jquery))}"))