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

@ -54,7 +54,7 @@ body:
format: full_html
processed: |
<p>A couple of weeks ago, I wrote that <a href="http://default/daily/2024/08/17/types-add-context">using types adds context to code</a>, making it easier to read and understand.</p>
<p>A couple of weeks ago, I wrote that <a href="/daily/2024/08/17/types-add-context">using types adds context to code</a>, making it easier to read and understand.</p>
<p>Something else that also adds context is <a href="https://www.php.net/manual/en/functions.arguments.php#functions.named-arguments">named arguments</a>, which were introduced to PHP in version 8.0.0.</p>