From 81ff1cdea025e1a57247fa028cf8fb21a5008a75 Mon Sep 17 00:00:00 2001 From: JonZeolla Date: Thu, 25 Jul 2024 13:19:41 -0400 Subject: [PATCH] docs: fix special variables link (#1730) --- website/docs/usage.mdx | 2 +- website/versioned_docs/version-latest/usage.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/usage.mdx b/website/docs/usage.mdx index c0d6b3e7..fb8c0184 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 c0d6b3e7..fb8c0184 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