From 2af2470b57775f879dce430c4d12f45f171d72e4 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Mon, 6 Nov 2023 12:25:20 -0800 Subject: [PATCH] Minor correction to resources.GetRemote --- content/en/functions/resources/GetRemote.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 := "" }}