From 8e6488d5bfe7755df75482701099a618910420ee Mon Sep 17 00:00:00 2001 From: Nevena Date: Wed, 30 Jul 2025 10:16:16 +0200 Subject: [PATCH] Fix babashka link on Build Tools page Signed-off-by: Nevena --- docs/build-tool/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-tool/index.md b/docs/build-tool/index.md index d2370c88..380c7072 100644 --- a/docs/build-tool/index.md +++ b/docs/build-tool/index.md @@ -3,4 +3,4 @@ Build tools can support a wide range of development tasks * [GNU make](make.md) - language agnostic build tool, define any tasks -* [babashka](babashka.md) - write a built tool using Clojure +* [babashka](babashka-task-runner.md) - write a built tool using Clojure