Mark broken link TODO so zola builds

This commit is contained in:
southerntofu 2022-02-23 20:33:48 +01:00
parent 891b8aabbf
commit 08c5de5398
1 changed files with 1 additions and 1 deletions

View File

@ -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)