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

@ -87,7 +87,7 @@ body:
<h2 id="here%27s-the-thing">Here's the thing</h2>
<p>This is why I've been <a href="http://default/daily/2024/02/08/experimenting-with-architectural-testing">experimenting with architectural testing</a>. To ensure that modules only use their own code and to start enforcing layers within each module.</p>
<p>This is why I've been <a href="/daily/2024/02/08/experimenting-with-architectural-testing">experimenting with architectural testing</a>. To ensure that modules only use their own code and to start enforcing layers within each module.</p>
<p>Then, if I had the same situation again, I'd know straight away that there was an issue and not have to wait for the bug to be deployed to production.</p>