]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use protocol-relative URL in example
authorChris Rebert <github@rebertia.com>
Sat, 10 Aug 2013 01:01:11 +0000 (18:01 -0700)
committerChris Rebert <github@rebertia.com>
Sat, 10 Aug 2013 01:01:11 +0000 (18:01 -0700)
getting-started.html

index 4db392ad5b45d181388fc5f87ae99197f90e4789..f9245e5f84db362513e0316b9a2a63214ff5e70e 100644 (file)
@@ -104,7 +104,7 @@ bootstrap/
     <h1>Hello, world!</h1>
 
     <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
-    <script src="http://code.jquery.com/jquery.js"></script>
+    <script src="//code.jquery.com/jquery.js"></script>
     <!-- Include all compiled plugins (below), or include individual files as needed -->
     <script src="js/bootstrap.min.js"></script>