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>I have keybindings in Neovim to run the current test, the previous test or the entire test file, which means I can easily run a test with a couple of key presses and without needing to change applications or to a different terminal.</p>
<p>I do the same when working on presentation slides, and need to compile the reStructuredText document into a PDF <a href="http://default/talks/building-presenting-slide-decks-rst2pdf">using rst2pdf</a>.</p>
<p>I do the same when working on presentation slides, and need to compile the reStructuredText document into a PDF <a href="/talks/building-presenting-slide-decks-rst2pdf">using rst2pdf</a>.</p>
<p>I also use watchers with <code>entr</code> - commands that watch for changes, such as a file being saved, and running a command. This means I can also have my tests run automatically whenever I change a file.</p>