diff options
| author | Chris Rebert <[email protected]> | 2013-08-09 18:01:11 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-09 18:01:11 -0700 |
| commit | da417c3e7e1c621973348954a5a80c8db319789e (patch) | |
| tree | 6a4fd21323648a4dfad71e2a950ed61d5a5ab0b2 /getting-started.html | |
| parent | d48387aa4d7ba3e6b94947b22c2d7e9afc486f0b (diff) | |
| download | bootstrap-da417c3e7e1c621973348954a5a80c8db319789e.tar.xz bootstrap-da417c3e7e1c621973348954a5a80c8db319789e.zip | |
Use protocol-relative URL in example
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 4db392ad5..f9245e5f8 100644 --- a/getting-started.html +++ b/getting-started.html @@ -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> |
