Add companion repo reference to all webwords blog posts

This commit is contained in:
Russell Ballestrini 2025-10-10 15:01:51 -04:00
parent ca1c35f843
commit 55de44afca
2 changed files with 4 additions and 0 deletions

View file

@ -9,6 +9,8 @@ unpotato webwords: cleaning up btrfs docker volumes after build-all
So you ran ``make build-all`` on `webwords </webwords-reaches-42-languages-the-ultimate-programming-kata>`_ and now your root filesystem is 100% full. BTRFS doesn't clean up Docker volumes the way you'd expect. Here's how to unpotato your system.
**The companion** `webwords git repo <https://github.com/russellballestrini/webwords>`_ **lives here.**
.. contents::
the problem

View file

@ -9,6 +9,8 @@ webwords code golf: minimal HTTP servers in multiple languages
The full webwords implementations have proper error handling, logging, and structure. But what's the absolute minimum code needed to implement the core functionality?
**The companion** `webwords git repo <https://github.com/russellballestrini/webwords>`_ **lives here.**
.. contents::
the challenge