diff --git a/website/docs/usage.mdx b/website/docs/usage.mdx index c0d6b3e7e5..fb8c018408 100644 --- a/website/docs/usage.mdx +++ b/website/docs/usage.mdx @@ -1228,7 +1228,7 @@ match that glob. Source paths will always be returned as paths relative to the task directory. If you need to convert this to an absolute path, you can use the built-in -`joinPath` function. There are some [special variables](/api/#special-variables) +`joinPath` function. There are some [special variables](/reference/templating/#special-variables) that you may find useful for this. ```yaml diff --git a/website/versioned_docs/version-latest/usage.mdx b/website/versioned_docs/version-latest/usage.mdx index c0d6b3e7e5..fb8c018408 100644 --- a/website/versioned_docs/version-latest/usage.mdx +++ b/website/versioned_docs/version-latest/usage.mdx @@ -1228,7 +1228,7 @@ match that glob. Source paths will always be returned as paths relative to the task directory. If you need to convert this to an absolute path, you can use the built-in -`joinPath` function. There are some [special variables](/api/#special-variables) +`joinPath` function. There are some [special variables](/reference/templating/#special-variables) that you may find useful for this. ```yaml