From 9603bea74b76bcc3ee5e07d4d36c54007b6ffcb2 Mon Sep 17 00:00:00 2001 From: Patrick Hagan <56281590+glerb@users.noreply.github.com> Date: Fri, 21 Aug 2020 15:03:22 -0700 Subject: [PATCH] ext/userfunc: Fix the package documentation link in the README --- ext/userfunc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).