diff options
author | Stefan Kreutz <mail@skreutz.com> | 2022-05-25 12:55:04 +0200 |
---|---|---|
committer | Stefan Kreutz <mail@skreutz.com> | 2022-05-25 12:55:04 +0200 |
commit | 42ef6115b6b06da4f21bb31bc32c0054ec642c74 (patch) | |
tree | 273328349819e88a7b9bf78c198594fbfe261cbd /code.md | |
parent | 5ee9313ecf4c02f7a082300ca4ae6c80c2734762 (diff) | |
download | blog-42ef6115b6b06da4f21bb31bc32c0054ec642c74.tar |
Use relative URLs
Diffstat (limited to 'code.md')
-rw-r--r-- | code.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -29,14 +29,14 @@ A simple HTML5 skeleton. A BSD utility to generate random passwords suitable for handwriting. -* Introductory blog [post](https://www.skreutz.com/posts/readable-random-passwords-with-jot/) +* Introductory blog [post](/posts/readable-random-passwords-with-jot/) * Git [repository](https://www.skreutz.com/scm/git/jotpass.git/) ## openbsd-installiso An OpenBSD utility to create custom ISO 9660 installation images for unattended installation. -* Introductory blog [post](https://www.skreutz.com/posts/first-release-of-installiso/) +* Introductory blog [post](/posts/first-release-of-installiso/) * Git [repository](https://www.skreutz.com/scm/git/openbsd-installiso.git/) ## shellpass @@ -55,7 +55,7 @@ A utility to execute long-running interactive remote commands. A utility to run the PostgreSQL server off a temporary data directory. -* Introductory blog [post](https://www.skreutz.com/posts/temporary-postgresql-server/) +* Introductory blog [post](/posts/temporary-postgresql-server/) * Git [repository](https://www.skreutz.com/scm/git/temp-postgres.git/) ## wpa-psk-rs |