commit 2c1a6a1a92db6b895e392b8144f2dd70f52a82ba
parent 80743e32033a8be926e3033946d414df31a8f2e3
Author: sin <sin@2f30.org>
Date: Sun, 4 Jun 2017 15:29:59 +0100
Switch links to https
Diffstat:
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/conf/divzero.xsl b/conf/divzero.xsl
@@ -9,7 +9,7 @@
<xsl:template match="source">
<html>
<head>
-<link rel="stylesheet" href="http://www.2f30.org/css/bootstrap.min.css" />
+<link rel="stylesheet" href="https://www.2f30.org/css/style.css" />
</head>
<body>
<table class="table table-bordered table-striped">
diff --git a/footer.dhtml b/footer.dhtml
@@ -3,9 +3,9 @@
<div id="footer" class="modal-footer">
Copyright © 2009–2017
-<a href="http://u.2f30.org/dsp/">dsp</a>,
-<a href="http://u.2f30.org/lostd/">lostd</a> and
-<a href="http://u.2f30.org/sin/">sin</a>.
+<a href="https://u.2f30.org/dsp/">dsp</a>,
+<a href="https://u.2f30.org/lostd/">lostd</a> and
+<a href="https://u.2f30.org/sin/">sin</a>.
</div><!-- #footer .modal-footer -->
</div><!-- .container -->
diff --git a/guides/openbsd-gateway.md b/guides/openbsd-gateway.md
@@ -89,7 +89,7 @@ are correctly set after a fresh boot.
### DHCP server configuration
-I use [2f30.org](http://2f30.org) as the default search domain. I have a [split horizon DNS](https://en.wikipedia.org/wiki/Split-horizon_DNS)
+I use [2f30.org](https://2f30.org) as the default search domain. I have a [split horizon DNS](https://en.wikipedia.org/wiki/Split-horizon_DNS)
configuration so I can access my machines from my local network as well as from the outside.
#### /etc/dhcpd.conf
diff --git a/guides/rpi-tv.md b/guides/rpi-tv.md
@@ -18,7 +18,7 @@ a `libcec` client and have programs configured to handle them. Previous
versions of this guide were using the `libcec-daemon` client but we have now
switched to `ceckb` which is simpler and easy to build natively:
- http://git.2f30.org/ceckb/
+ https://git.2f30.org/ceckb/
At the moment of writing, the default configuration in `config.h` is this:
@@ -69,7 +69,7 @@ Let's see the programs selection and their configuration.
The other main component of this setup is the actual filesystem
navigation. We will be using the `noice` file browser:
- http://git.2f30.org/noice/
+ https://git.2f30.org/noice/
Build it with a custom `config.h` to match our available keys and file
associations, using applications and wrapper scripts:
@@ -222,7 +222,7 @@ controlled playlists directory for that purpose.
We also build and install our console audio visualizer now:
- http://git.2f30.org/nausea/
+ https://git.2f30.org/nausea/
We need this to our `/etc/mpd.conf`:
diff --git a/header.dhtml b/header.dhtml
@@ -23,8 +23,8 @@
<ul class="nav nav-tabs">
${MENU}
-<li><a href="http://git.2f30.org/">code</a></li>
-<li><a href="http://dl.2f30.org/">dist</a></li>
+<li><a href="https://git.2f30.org/">code</a></li>
+<li><a href="https://dl.2f30.org/">dist</a></li>
</ul>
</div><!-- #header -->