site

bvnf.space sources
Log | Files | Refs

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:
Mblog/gen-index.sh | 2+-
Mbookmarks.html | 2+-
Mbooks/iliad.html | 2+-
Mbooks/index.html | 2+-
Mbooks/kalevala.html | 2+-
Mbooks/medea.html | 2+-
Mindex.html | 6+++---
Mmisc/index.html | 2+-
Mmisc/kiss-vs-openbsd.html | 2+-
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>