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,7 +59,7 @@ body:
<p>Most of the time, changes can be made within custom code that won't be overwritten and accidentally lost.</p>
<p>But in cases where the source code needs to be changed, <a href="http://default/daily/2025/01/14/patching-drupal">you can patch files instead</a>.</p>
<p>But in cases where the source code needs to be changed, <a href="/daily/2025/01/14/patching-drupal">you can patch files instead</a>.</p>
<p>You can commit the patch file to your project to save the changes, but you're responsible for maintaining it and ensuring it applies to any future updates of the code.</p>