ext/userfunc: Fix the package documentation link in the README

This commit is contained in:
Patrick Hagan 2020-08-21 15:03:22 -07:00 committed by GitHub
parent 3c57e14932
commit 9603bea74b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 contains the remainder of the content from the given body, allowing for
further processing of remaining content. 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).