From 17a7129595505e42b7572250815070d9457831cb Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 14 May 2021 10:30:52 +0200 Subject: [PATCH] README [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6f9d2d3..e278009a 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ $ bb '(vec (dedupe *input*))' <<< '[1 1 1 1 2]' [1 2] ``` -Read more about input and output flags [here](doc/io-flags.md). +Read more about input and output flags [here](https://book.babashka.org/#_input_and_output_flags). Execute a script. E.g. print the current time in California using the `java.time` API: