Remove http://default from content
This commit is contained in:
parent
025aaf3be2
commit
76ed8e141b
392 changed files with 525 additions and 525 deletions
|
@ -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, ... }:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue