Remove http://default from content

This commit is contained in:
Oliver Davies 2025-07-16 12:00:00 +01:00
parent 025aaf3be2
commit 76ed8e141b
392 changed files with 525 additions and 525 deletions

View file

@ -55,11 +55,11 @@ body:
format: full_html
processed: |
<p>Yesterday, <a href="http://default/daily/2024/11/26/the-nix-language">I showed some of the Nix programming language</a> and how to use it to perform tasks such as installing and configuring packages.</p>
<p>Yesterday, <a href="/daily/2024/11/26/the-nix-language">I showed some of the Nix programming language</a> and how to use it to perform tasks such as installing and configuring packages.</p>
<p>I like this declarative approach as you know everything installed on your system and its configuration.</p>
<p><a href="http://default/daily/2024/11/23/no-more-random-packages">There are no random or leftover packages or configuration files</a>.</p>
<p><a href="/daily/2024/11/23/no-more-random-packages">There are no random or leftover packages or configuration files</a>.</p>
<p>The Nix package manager can be installed on Linux or macOS, but you can also use Nix to configure your whole operating system in a declarative way thanks to NixOS.</p>