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

@ -56,7 +56,7 @@ body:
<p>The majority of those files are the same with some slight configuration for each project - such as whether it uses <code>web</code> or <code>docroot</code>, or which paths are checked with static analysis or for coding standards issues.</p>
<p>I've given a talk called <a href="http://default/presentations/working-with-workspace">Working with Workspace</a> - a tool that we used at an agency I worked at. It had two functions - to execute project tasks and to generate configuration files from templates.</p>
<p>I've given a talk called <a href="/presentations/working-with-workspace">Working with Workspace</a> - a tool that we used at an agency I worked at. It had two functions - to execute project tasks and to generate configuration files from templates.</p>
<p>I use a <code>justfile</code> to execute tasks and commands but needed to write my own tool to generate the configuration files.</p>