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

@ -99,7 +99,7 @@ body:
<h2 id="here%27s-the-thing">Here's the thing</h2>
<p>In PHP, a common approach is to use the <code>assert()</code> function, as we saw in <a href="http://default/daily/2024/02/20/which-level-is-right-for-you">yesterday's email</a>.</p>
<p>In PHP, a common approach is to use the <code>assert()</code> function, as we saw in <a href="/daily/2024/02/20/which-level-is-right-for-you">yesterday's email</a>.</p>
<p>Then, write automated tests that don't test just the happy path but also the unhappy paths.</p>