Skip to content

Commit ef39b81

Browse files
paper42the-maldridge
authored andcommitted
Use https where possible
1 parent 8d3791a commit ef39b81

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
So, this is the Void Linux website. Visit http://voidlinux.org
1+
So, this is the Void Linux website. Visit https://voidlinux.org

_layouts/default.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<li><a href="/download/">Download</a></li>
3535
<li><a href="/packages/">Packages</a></li>
3636
<li><a href="https://docs.voidlinux.org">Documentation</a></li>
37-
<li><a href="https://reddit.com/r/voidlinux">Forum</a></li>
37+
<li><a href="https://www.reddit.com/r/voidlinux">Forum</a></li>
3838
<li><a href="/contribute/">Join Us</a></li>
3939
<li><a href="https://github.com/void-linux">GitHub</a></li>
4040
</ul>
@@ -49,7 +49,7 @@
4949
<footer class="footer">
5050
<p class="text-center">Copyright {{ site.time | date: "%Y" }} <a href="https://github.com/orgs/void-linux/people">VoidLinux contributors</a></p>
5151
<p class="text-center">Copyright 2008-2018 <a href="https://gitlab.com/xtraeme">Juan RP</a> and contributors</p>
52-
<p class="text-center">Linux&#174; is a registered trademark of Linus Torvalds (<a href="http://www.linuxfoundation.org/programs/legal/trademark/attribution">info</a>)</p>
52+
<p class="text-center">Linux&#174; is a registered trademark of Linus Torvalds (<a href="https://www.linuxfoundation.org/programs/legal/trademark/attribution">info</a>)</p>
5353
</footer>
5454
</div>
5555
</div>

atom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ layout: nil
77

88
<title>Void news</title>
99
<subtitle>Follow Void Linux news</subtitle>
10-
<link href="http://voidlinux.org/"/>
11-
<link type="application/atom+xml" rel="self" href="http://voidlinux.org/atom.xml"/>
10+
<link href="https://voidlinux.org/"/>
11+
<link type="application/atom+xml" rel="self" href="https://voidlinux.org/atom.xml"/>
1212
<updated>{{ site.time | date_to_xmlschema }}</updated>
1313
<author>
1414
<name>Void Linux Team</name>
1515
</author>
16-
<id>http://voidlinux.org/</id>
16+
<id>https://voidlinux.org/</id>
1717

1818
{% for post in site.posts limit:20 %}
1919
<entry>
2020
<title>{{ post.title | xml_escape }}</title>
21-
<link href="http://voidlinux.org{{ post.url }}"/>
22-
<id>http://voidlinux.org{{ post.id }}</id>
21+
<link href="https://voidlinux.org{{ post.url }}"/>
22+
<id>https://voidlinux.org{{ post.id }}</id>
2323
<published>{{ post.date | date_to_xmlschema }}</published>
2424
<updated>{{ post.date | date_to_xmlschema }}</updated>
2525
<content type="xhtml">

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h2>The Void (Linux) distribution</h2>
2424
</p>
2525
<p>Follow us on <a href="https://twitter.com/voidlinux" title="Void on Twitter">Twitter</a>, or visit the <a href="ircs://irc.freenode.net/#voidlinux">#voidlinux</a> IRC channel on irc.freenode.net.
2626
</p>
27-
<p>Visit the <a href="http://build.voidlinux.org/console" title="Void builder">Void build server console</a> for package build status updates.
27+
<p>Visit the <a href="https://build.voidlinux.org/console" title="Void builder">Void build server console</a> for package build status updates.
2828
</p>
2929
</div>
3030
</div>
@@ -39,7 +39,7 @@ <h3>Not a fork!</h3>
3939
<div class="col-md-4">
4040
<h3>Stable rolling release</h3>
4141
<p>Void focuses on stability, rather than on being bleeding-edge. Install once, update routinely and safely.</p>
42-
<p>Thanks to our <a href="http://build.voidlinux.org">continuous build system</a>, new software is built into binary packages as soon as the changes are pushed to the <em>void-packages</em> repository.</p>
42+
<p>Thanks to our <a href="https://build.voidlinux.org">continuous build system</a>, new software is built into binary packages as soon as the changes are pushed to the <em>void-packages</em> repository.</p>
4343
</div>
4444
<div class="col-md-4">
4545
<h3>runit</h3>
@@ -51,7 +51,7 @@ <h3>runit</h3>
5151
<div class="col-md-4">
5252
<h3>LibreSSL</h3>
5353
<p>We were the first distribution to switch to <em>LibreSSL</em> by default, replacing <em>OpenSSL</em>.</p>
54-
<p>Due to the <a href="http://en.wikipedia.org/wiki/Heartbleed">Heartbleed</a> fiasco, we believe that the <a href="http://www.openbsd.org">OpenBSD</a> project has qualified and <em>pro-active</em> developers to provide a more secure alternative.</p>
54+
<p>Due to the <a href="https://en.wikipedia.org/wiki/Heartbleed">Heartbleed</a> fiasco, we believe that the <a href="https://www.openbsd.org">OpenBSD</a> project has qualified and <em>pro-active</em> developers to provide a more secure alternative.</p>
5555
</div>
5656
<div class="col-md-4">
5757
<h3>XBPS</h3>

0 commit comments

Comments
 (0)