diff --git a/website/src/docs/experiments/remote-taskfiles.md b/website/src/docs/experiments/remote-taskfiles.md index c242620b..f2091ad4 100644 --- a/website/src/docs/experiments/remote-taskfiles.md +++ b/website/src/docs/experiments/remote-taskfiles.md @@ -6,9 +6,7 @@ outline: deep # Remote Taskfiles (#1317) The Remote Taskfiles experiment has now [been released][changelog] :tada:. To -learn more, you can read the [remote Taskfile docs][remote-taskfile-docs] or -check out our [blog post][blog-post]. +learn more, you can read the [remote Taskfile docs][remote-taskfile-docs]. [changelog]: ../changelog.md#v3511---2026-05-16 [remote-taskfile-docs]: ../remote-taskfiles.md -[blog-post]: ../../blog/remote-taskfiles diff --git a/website/src/docs/remote-taskfiles.md b/website/src/docs/remote-taskfiles.md index 93553710..9afcbb00 100644 --- a/website/src/docs/remote-taskfiles.md +++ b/website/src/docs/remote-taskfiles.md @@ -173,9 +173,9 @@ includes: ## Special Variables -The file-path [special variables](../reference/templating.md#file-paths) behave -differently when a Taskfile is loaded from a remote source, because there is no -local file or directory that corresponds 1:1 to the Taskfile: +The file-path [special variables](../docs/reference/templating.md#file-paths) +behave differently when a Taskfile is loaded from a remote source, because there +is no local file or directory that corresponds 1:1 to the Taskfile: | Variable | Value when loaded remotely | | ---------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |