Skip to content

Commit c2a4e44

Browse files
committed
docs: update sprig links to our domain
1 parent f5a8ec8 commit c2a4e44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

website/src/blog/any-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,5 @@ We're looking for feedback on a couple of different proposals, so please give
144144
them a go and let us know what you think. :pray:
145145

146146
[v3.37.0]: https://github.com/go-task/task/releases/tag/v3.37.0
147-
[slim-sprig-math]: https://go-task.github.io/slim-sprig/math.html
148-
[slim-sprig-list]: https://go-task.github.io/slim-sprig/lists.html
147+
[slim-sprig-math]: https://sprig.taskfile.dev/math.html
148+
[slim-sprig-list]: https://sprig.taskfile.dev/lists.html

website/src/docs/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ includes:
467467
Vars declared in the included Taskfile have preference over the variables in the
468468
including Taskfile! If you want a variable in an included Taskfile to be
469469
overridable, use the
470-
[default function](https://go-task.github.io/slim-sprig/defaults.html):
470+
[default function](https://sprig.taskfile.dev/defaults.html):
471471
<span v-pre>`MY_VAR: '{{.MY_VAR | default "my-default-value"}}'`</span>.
472472
473473
:::

0 commit comments

Comments
 (0)