summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPatrick Hagan <56281590+glerb@users.noreply.github.com>2020-08-21 15:03:22 -0700
committerGitHub <noreply@github.com>2020-08-21 15:03:22 -0700
commit9603bea74b76bcc3ee5e07d4d36c54007b6ffcb2 (patch)
tree704d32f03b9d24acda5e521ca13353a118dd934e /ext
parent3c57e149322f6732cd18863b75f97016dd000e44 (diff)
ext/userfunc: Fix the package documentation link in the README
Diffstat (limited to 'ext')
-rw-r--r--ext/userfunc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/userfunc/README.md b/ext/userfunc/README.md
index 5d38046..b0c726d 100644
--- a/ext/userfunc/README.md
+++ b/ext/userfunc/README.md
@@ -25,4 +25,4 @@ inclusion in a `hcl.EvalContext`. It also returns a new `cty.Body` that
contains the remainder of the content from the given body, allowing for
further processing of remaining content.
-For more information, see [the godoc reference](http://godoc.org/github.com/hashicorp/hcl/v2/ext/userfunc).
+For more information, see [the godoc reference](https://pkg.go.dev/github.com/hashicorp/hcl/v2/ext/userfunc?tab=doc).