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