🌐 AI搜索 & 代理 主页
Skip to content

Commit ea35737

Browse files
ExE-Bossterinjokes
authored andcommitted
Make the site HTTPS
1 parent 6bb097a commit ea35737

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cloudflare.github.io
22
====================
33

4-
The source code of http://cloudflare.github.io/
4+
The source code of https://cloudflare.github.io/
55

66
LICENSE
77
-------
88

99
Copyright 2013 CloudFlare, Inc.
1010

11-
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
11+
Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h3 class="section-title">Learn More</h3>
3535
<ul class="unstyled">
3636
<li><a href="https://www.cloudflare.com">Cloudflare</a></li>
3737
<li><a href="https://www.cloudflare.com/careers">Careers</a></li>
38-
<li><a href="http://blog.cloudflare.com">Blog</a></li>
38+
<li><a href="https://blog.cloudflare.com">Blog</a></li>
3939
</ul>
4040
</div>
4141
</div><!-- /.overview -->
@@ -56,7 +56,7 @@ <h2 class="subheadline"><span id="member-count" class="member-count loading"></s
5656
<li><a href="https://twitter.com/cloudflare">Twitter</a></li>
5757
<li><a href="https://facebook.com/Cloudflare">Facebook</a></li>
5858
<li><a href="https://plus.google.com/+cloudflare/posts">Google+</a></li>
59-
<li><a href="http://www.linkedin.com/company/cloudflare-inc.">Linkedin</a></li>
59+
<li><a href="https://www.linkedin.com/company/cloudflare-inc-">Linkedin</a></li>
6060
</p>
6161
</footer>
6262
<!-- /#footer -->

static/javascripts/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@
8989

9090
var customRepos = [{
9191
name : 'stapxx',
92-
html_url : 'http://github.com/agentzh/stapxx',
92+
html_url : 'https://github.com/agentzh/stapxx',
9393
language : 'Perl',
9494
description : 'Simple macro language extentions to systemtap'
9595
},{
9696
name : 'nginx-systemtap-toolkit',
97-
html_url : 'http://github.com/agentzh/nginx-systemtap-toolkit',
97+
html_url : 'https://github.com/agentzh/nginx-systemtap-toolkit',
9898
language : 'Perl',
9999
description : 'Real-time analyzing and diagnosing tools for Nginx based on SystemTap'
100100
},{

0 commit comments

Comments
 (0)