From 08c5de5398422cef0217d132cad1ca4d200d120e Mon Sep 17 00:00:00 2001 From: southerntofu Date: Wed, 23 Feb 2022 20:33:48 +0100 Subject: [PATCH] Mark broken link TODO so zola builds --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4243360..47cacb9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Have you ever struggled to: - trigger a task if its associated source received updates? `forgebuild TASK` (git/mercurial support) - trigger many tasks associated to a single repository? `forgebuild SOURCE` -- have fine control over submodule updates and task triggering conditions? see [submodules](TODO:./spec.md#submodules) and [conditional run](#conditional) +- have fine control over submodule updates and task triggering conditions? see [submodules](TODO:./spec.md#submodules) and [conditional run](TODO:#conditional) - run tasks on different hosts with different settings using a single source of truth? see [per-host config](TODO:./spec.md#host-config) - use your favorite programming language to write tasks? see [task API](TODO:./spec.md#task-api) - ensure PGP signatures across your software supply chain? (coming soon with guix git authenticate)