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

@ -55,7 +55,7 @@ body:
<p>It simplifies the development environment as there's no need for a separate database like MySQL or MariaDB but, if you'll be using one of those in production, won't that cause more issues when you migrate your local application?</p>
<p>Drupal supports using SQLite, but, other than for <a href="http://default/atdc">my automated testing course</a>, or when running automated tests, I've always used a MySQL or MariaDB database.</p>
<p>Drupal supports using SQLite, but, other than for <a href="/atdc">my automated testing course</a>, or when running automated tests, I've always used a MySQL or MariaDB database.</p>
<p>Maybe this is something to keep an eye on and potentially use more for some scenarios in the future.</p>