diff --git a/content/en/functions/resources/GetRemote.md b/content/en/functions/resources/GetRemote.md index fdd639195..0e6b91b64 100644 --- a/content/en/functions/resources/GetRemote.md +++ b/content/en/functions/resources/GetRemote.md @@ -67,9 +67,10 @@ You can also change the request method and set the request body: ## Remote data -When retrieving remote data, use the [`transform.Unmarshal`] function to unmarshal the response to a map. +When retrieving remote data, use the [`transform.Unmarshal`] function to [unmarshal] the response. [`transform.Unmarshal`]: /functions/transform/unmarshal +[unmarshal]: /getting-started/glossary/#unmarshal ```go-html-template {{ $data := "" }}