Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite61bd98

Browse files
committed
Use protocol-neutral URLs
1 parent10d972d commite61bd98

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

‎index.html

Lines changed: 6 additions & 6 deletions
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-
<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">
88
<linkrel="stylesheet"href="static/cpp-netlib.css">
99
</head>
1010

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

‎process.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<htmllang="en">
33
<head>
44
<title>cpp-netlib: Development Process</title>
5-
<linkrel="stylesheet"href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6-
<linkrel="stylesheet"href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
5+
<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6+
<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
77
<linkrel="stylesheet"href="static/cpp-netlib.css">
88
</head>
99
<bodydata-spy="scroll"data-target="#cpp-netlib-docs-sidebar">
@@ -196,11 +196,11 @@ <h3>Patch Releases</h3>
196196
<pclass="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-
<scriptsrc="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
203-
<scriptsrc="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
202+
<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
203+
<scriptsrc="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
204204
<scripttype="text/javascript">
205205
var_gaq=_gaq||[];
206206
_gaq.push(['_setAccount','UA-19815738-1']);

‎proposals.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<htmllang="en">
33
<head>
44
<title>cpp-netlib: Proposals</title>
5-
<linkrel="stylesheet"href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6-
<linkrel="stylesheet"href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
5+
<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6+
<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
77
<linkhref="static/cpp-netlib.css"rel="stylesheet">
88
</head>
99
<bodydata-spy="scroll"data-target="#cpp-netlib-docs-sidebar">
@@ -202,11 +202,11 @@ <h1>Inclusion</h1>
202202
<pclass="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-
<scriptsrc="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
209-
<scriptsrc="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
208+
<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
209+
<scriptsrc="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
210210
<scripttype="text/javascript">
211211
var_gaq=_gaq||[];
212212
_gaq.push(['_setAccount','UA-19815738-1']);

‎style-guide.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<htmllang="en">
33
<head>
44
<title>cpp-netlib: Style Guide</title>
5-
<linkrel="stylesheet"href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6-
<linkrel="stylesheet"href="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
5+
<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css">
6+
<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css">
77
<linkhref="static/cpp-netlib.css"rel="stylesheet">
88
</head>
99
<bodydata-spy="scroll"data-target="#cpp-netlib-docs-sidebar">
@@ -119,11 +119,11 @@ <h1>Organization</h1>
119119
<pclass="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-
<scriptsrc="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
126-
<scriptsrc="http://netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
125+
<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
126+
<scriptsrc="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script>
127127
<scripttype="text/javascript">
128128
var_gaq=_gaq||[];
129129
_gaq.push(['_setAccount','UA-19815738-1']);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp