Skip to content

Commit e61bd98

Browse files
committed
Use protocol-neutral URLs
1 parent 10d972d commit e61bd98

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

‎index.html

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
<head>
55
<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">
88
<link rel="stylesheet" href="static/cpp-netlib.css">
99
</head>
1010

@@ -101,10 +101,10 @@ <h1>Support</h1>
101101
<a href="http://slack.cpp-netlib.org/" class="btn btn-primary btn-lg btn-block">Join us on Slack</a>
102102
</div>
103103
<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>
105105
</div>
106106
<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>
108108
</div>
109109
</div>
110110
</section>
@@ -143,8 +143,8 @@ <h1>Project Policies</h1>
143143
<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>
144144
</div>
145145
</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>
148148
<script type="text/javascript">
149149
var _gaq = _gaq || [];
150150
_gaq.push(['_setAccount', 'UA-19815738-1']);

‎process.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<title>cpp-netlib: Development Process</title>
5-
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6-
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
5+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
77
<link rel="stylesheet" href="static/cpp-netlib.css">
88
</head>
99
<body data-spy="scroll" data-target="#cpp-netlib-docs-sidebar">
@@ -196,11 +196,11 @@ <h3>Patch Releases</h3>
196196
<p class="muted credit">Distributed under the Boost Software License,
197197
Version 1.0. (See accompanying file <a
198198
href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a
199-
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
199+
href="//www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
200200
</div>
201201
</footer>
202-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
203-
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
202+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
203+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
204204
<script type="text/javascript">
205205
var _gaq = _gaq || [];
206206
_gaq.push(['_setAccount', 'UA-19815738-1']);

‎proposals.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<title>cpp-netlib: Proposals</title>
5-
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6-
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
5+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
77
<link href="static/cpp-netlib.css" rel="stylesheet">
88
</head>
99
<body data-spy="scroll" data-target="#cpp-netlib-docs-sidebar">
@@ -202,11 +202,11 @@ <h1>Inclusion</h1>
202202
<p class="muted credit">Distributed under the Boost Software License,
203203
Version 1.0. (See accompanying file <a
204204
href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a
205-
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
205+
href="//www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
206206
</div>
207207
</footer>
208-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
209-
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
208+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
209+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
210210
<script type="text/javascript">
211211
var _gaq = _gaq || [];
212212
_gaq.push(['_setAccount', 'UA-19815738-1']);

‎style-guide.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<html lang="en">
33
<head>
44
<title>cpp-netlib: Style Guide</title>
5-
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6-
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
5+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6+
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
77
<link href="static/cpp-netlib.css" rel="stylesheet">
88
</head>
99
<body data-spy="scroll" data-target="#cpp-netlib-docs-sidebar">
@@ -119,11 +119,11 @@ <h1>Organization</h1>
119119
<p class="muted credit">Distributed under the Boost Software License,
120120
Version 1.0. (See accompanying file <a
121121
href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a
122-
href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
122+
href="//www.boost.org/LICENSE_1_0.txt">//www.boost.org/LICENSE_1_0.txt</a>)</p>
123123
</div>
124124
</footer>
125-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
126-
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
125+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
126+
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
127127
<script type="text/javascript">
128128
var _gaq = _gaq || [];
129129
_gaq.push(['_setAccount', 'UA-19815738-1']);

0 commit comments

Comments
 (0)