commit 65d4b4a40ff2c09a4ce13ec03ebb5f2d4643ea90
parent fd27e80ee6cafa7004a9485da53e8b3382fe7827
Author: aabacchus <ben@bvnf.space>
Date: Sat, 29 Oct 2022 19:36:52 +0100
meta: don't specify https\? unnecessarily
Diffstat:
9 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/blog/gen-index.sh b/blog/gen-index.sh
@@ -19,7 +19,7 @@ cat << EOF
<header><nav>
<a href="../">[Home]</a>
<a>[Blog]</a>
- <a href="https://git.bvnf.space/">[Git]</a>
+ <a href="//git.bvnf.space/">[Git]</a>
<a href="../books/">[Books]</a>
</nav></header>
<p>
diff --git a/bookmarks.html b/bookmarks.html
@@ -11,7 +11,7 @@
<header><nav>
<a href="./">[Home]</a>
<a href="blog/">[Blog]</a>
- <a href="https://git.bvnf.space/">[Git]</a>
+ <a href="//git.bvnf.space/">[Git]</a>
<a href="books/">[Books]</a>
</nav></header>
<h1>ben's bookmarks</h1>
diff --git a/books/iliad.html b/books/iliad.html
@@ -48,7 +48,7 @@
<header><nav>
<a href="../">[Home]</a>
<a href="../blog/">[Blog]</a>
- <a href="https://git.bvnf.space/">[Git]</a>
+ <a href="//git.bvnf.space/">[Git]</a>
<a href="./">[Books]</a>
</nav></header>
diff --git a/books/index.html b/books/index.html
@@ -11,7 +11,7 @@
<header><nav>
<a href="../">[Home]</a>
<a href="../blog/">[Blog]</a>
- <a href="https://git.bvnf.space/">[Git]</a>
+ <a href="//git.bvnf.space/">[Git]</a>
<a>[Books]</a>
</nav></header>
<h1>ben's books</h1>
diff --git a/books/kalevala.html b/books/kalevala.html
@@ -21,7 +21,7 @@
<header><nav>
<a href="../">[Home]</a>
<a href="../blog/">[Blog]</a>
- <a href="https://git.bvnf.space/">[Git]</a>
+ <a href="//git.bvnf.space/">[Git]</a>
<a href="./">[Books]</a>
</nav></header>
diff --git a/books/medea.html b/books/medea.html
@@ -21,7 +21,7 @@
<header><nav>
<a href="../">[Home]</a>
<a href="../blog/">[Blog]</a>
- <a href="https://git.bvnf.space/">[Git]</a>
+ <a href="//git.bvnf.space/">[Git]</a>
<a href="./">[Books]</a>
</nav></header>
diff --git a/index.html b/index.html
@@ -12,7 +12,7 @@
<header><nav>
<a>[Home]</a>
<a href="blog/">[Blog]</a>
- <a href="https://git.bvnf.space/">[Git]</a>
+ <a href="//git.bvnf.space/">[Git]</a>
<a href="books/">[Books]</a>
</nav></header>
<h1>Hello, world</h1>
@@ -21,10 +21,10 @@
<ul>
<li>Linux and other UNIXes (notably
<a href="https://kisslinux.org/">KISS Linux</a> and
- <a href="https://www.openbsd.org/">OpenBSD</a>)
+ <a href="//www.openbsd.org/">OpenBSD</a>)
</li>
<li>Programming (currently learning C by means of writing
- <a href="https://git.bvnf.space/bore/">bad code</a> in it)
+ <a href="//git.bvnf.space/bore/">bad code</a> in it)
<br />
- in particular, writing and using <em>simple</em> and <em>portable</em> (POSIXy) programs</li>
<li>Classical Greek, especially tragedy and Old Comedy</li>
diff --git a/misc/index.html b/misc/index.html
@@ -11,7 +11,7 @@
<header><nav>
<a href="../">[Home]</a>
<a href="../blog/">[Blog]</a>
- <a href="https://git.bvnf.space/">[Git]</a>
+ <a href="//git.bvnf.space/">[Git]</a>
<a href="../books/">[Books]</a>
</nav></header>
<h1>misc</h1>
diff --git a/misc/kiss-vs-openbsd.html b/misc/kiss-vs-openbsd.html
@@ -18,7 +18,7 @@
<header><nav>
<a href="../">[Home]</a>
<a href="../blog/">[Blog]</a>
- <a href="https://git.bvnf.space/">[Git]</a>
+ <a href="//git.bvnf.space/">[Git]</a>
<a href="../books/">[Books]</a>
</nav></header>
<h1>Comparison of KISS and OpenBSD package management commands</h1>