diff --git a/website/docs/docs/reference-functions.mdx b/website/docs/docs/reference-functions.mdx index d0e45860..12ea20f9 100644 --- a/website/docs/docs/reference-functions.mdx +++ b/website/docs/docs/reference-functions.mdx @@ -19,4 +19,4 @@ $result: list.compare-numeric($first-item, $second-item) ## Implementing in Custom Modules -Creating these function in you own modules is very easy using the [`meta.call-or-reference()`](/api/meta/call-or-reference) available in [`@sass-fairy/meta`](/api/meta). [Read the API](/api/meta/call-or-reference) for more details. +Creating these functions in you own modules is very easy using the [`meta.call-or-reference()`](/api/meta/call-or-reference) from the [`@sass-fairy/meta`](/api/meta) package. [Read the API](/api/meta/call-or-reference) for more details.