diff options
Diffstat (limited to 'docs/content/en/methods/resource/Err.md')
-rw-r--r-- | docs/content/en/methods/resource/Err.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/methods/resource/Err.md b/docs/content/en/methods/resource/Err.md index f4b410aa7..6baa30e47 100644 --- a/docs/content/en/methods/resource/Err.md +++ b/docs/content/en/methods/resource/Err.md @@ -13,7 +13,7 @@ action: The `Err` method on a resource returned by the [`resources.GetRemote`] function returns an error message if the HTTP request fails, else nil. If you do not handle the error yourself, Hugo will fail the build. -[`resources.GetRemote`]: functions/resources/getremote +[`resources.GetRemote`]: /functions/resources/getremote/ In this example we send an HTTP request to a nonexistent domain: |