From 4e09fc7f438bbea318fba913c41f97fc1181e48b Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 22 Jun 2019 22:48:53 -0300 Subject: [PATCH] Update documentation about sprig --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index ea42b945..7890a8b0 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -510,7 +510,7 @@ This works for all types of variables. Task parse commands as [Go's template engine][gotemplate] before executing them. Variables are accessible through dot syntax (`.VARNAME`). -All functions by the Go's [sprig lib](http://masterminds.github.io/sprig/) +All functions by the Go's [slim-sprig lib](https://go-task.github.io/slim-sprig/) are available. The following example gets the current date in a given format: ```yaml