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

@ -123,9 +123,9 @@ body:
format: full_html
processed: |
<p>I recently said that <a href="http://default/daily/2024/11/30/using-nix-for-local-application-development">I've been using devenv to run Drupal applications locally</a>.</p>
<p>I recently said that <a href="/daily/2024/11/30/using-nix-for-local-application-development">I've been using devenv to run Drupal applications locally</a>.</p>
<p>Here's the <code>devenv.nix</code> file I used for <a href="http://default/presentations/tdd-test-driven-drupal">my recent talk for the Drupal London meetup</a>:</p>
<p>Here's the <code>devenv.nix</code> file I used for <a href="/presentations/tdd-test-driven-drupal">my recent talk for the Drupal London meetup</a>:</p>
<pre><code class="nix">{ pkgs, ... }: