|
3 | 3 |
|
4 | 4 | <head> |
5 | 5 | <title>cpp-netlib: The C++ Network Library</title> |
6 | | -<linkrel="stylesheet"href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"> |
7 | | -<linkrel="stylesheet"href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css"> |
| 6 | +<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"> |
| 7 | +<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css"> |
8 | 8 | <linkrel="stylesheet"href="static/cpp-netlib.css"> |
9 | 9 | </head> |
10 | 10 |
|
@@ -101,10 +101,10 @@ <h1>Support</h1> |
101 | 101 | <ahref="http://slack.cpp-netlib.org/"class="btn btn-primary btn-lg btn-block">Join us on Slack</a> |
102 | 102 | </div> |
103 | 103 | <divclass="col-md-4"> |
104 | | -<ahref="https://github.com/cpp-netlib/cpp-netlib/issues"class="btn btn-danger btn-lg btn-block">GitHub Issues</a> |
| 104 | +<ahref="//github.com/cpp-netlib/cpp-netlib/issues"class="btn btn-danger btn-lg btn-block">GitHub Issues</a> |
105 | 105 | </div> |
106 | 106 | <divclass="col-md-4"> |
107 | | -<ahref="https://groups.google.com/group/cpp-netlib"class="btn btn-success btn-lg btn-block">Mailing List</a> |
| 107 | +<ahref="//groups.google.com/group/cpp-netlib"class="btn btn-success btn-lg btn-block">Mailing List</a> |
108 | 108 | </div> |
109 | 109 | </div> |
110 | 110 | </section> |
@@ -143,8 +143,8 @@ <h1>Project Policies</h1> |
143 | 143 | <pclass="text-muted credit">Distributed under the Boost Software License, Version 1.0. (See accompanying file<ahref="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at<ahref="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p> |
144 | 144 | </div> |
145 | 145 | </div> |
146 | | -<scriptsrc="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> |
147 | | -<scriptsrc="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> |
| 146 | +<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> |
| 147 | +<scriptsrc="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> |
148 | 148 | <scripttype="text/javascript"> |
149 | 149 | var_gaq=_gaq||[]; |
150 | 150 | _gaq.push(['_setAccount','UA-19815738-1']); |
|