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

@ -59,9 +59,9 @@ body:
format: full_html
processed: |
<p>Yesterday, I wrote how to create <a href="http://default/daily/2025/03/29/collections">dependency free Collection classes in PHP</a> (thanks to Dan Leech).</p>
<p>Yesterday, I wrote how to create <a href="/daily/2025/03/29/collections">dependency free Collection classes in PHP</a> (thanks to Dan Leech).</p>
<p>I said that <a href="http://default/blog/using-laravel-collections-drupal">I've written blog posts</a> and <a href="http://default/presentations/using-illuminate-collections-outside-laravel">given talks</a> on using Collection classes.</p>
<p>I said that <a href="/blog/using-laravel-collections-drupal">I've written blog posts</a> and <a href="/presentations/using-illuminate-collections-outside-laravel">given talks</a> on using Collection classes.</p>
<p>But why do I like Collections and why may you want to use them instead of native arrays?</p>