diff --git a/src/content/talk/building-build-configs.mdx b/src/content/talk/building-build-configs.mdx index 1931985b..c6eb1a0e 100644 --- a/src/content/talk/building-build-configs.mdx +++ b/src/content/talk/building-build-configs.mdx @@ -14,6 +14,6 @@ events: url: https://www.meetup.com/php-sw/events/296917370 --- -"Build Configs" is a tool I've created for creating and managing customised per-project configuration files s such as Docker, Docker Compose, Nix Flake, PHPUnit, and PHPStan. +[Build Configs](/build-configs) is a tool I've created for creating and managing customised per-project configuration files s such as Docker, Docker Compose, Nix Flake, PHPUnit, and PHPStan. In this lightning talk, I’ll discuss why I created it, what problem it solves, more about what it does, and how it works.