Fix link to generally useful functions

Signed-off-by: Devin Bayer <dev@doubly.so>
This commit is contained in:
Devin Bayer 2021-07-20 10:33:21 +02:00
parent d9ee3b134c
commit 4c2daeb852

View File

@ -264,7 +264,7 @@ $ TAG=$(git rev-parse --short HEAD) docker buildx bake --print webapp
```
A [set of generally useful functions](https://github.com/docker/buildx/blob/master/bake/hcl.go#L19-L65)
A [set of generally useful functions](https://github.com/docker/buildx/blob/master/bake/hclparser/stdlib.go)
provided by [go-cty](https://github.com/zclconf/go-cty/tree/main/cty/function/stdlib)
are available for use in HCL files. In addition, [user defined functions](https://github.com/hashicorp/hcl/tree/main/ext/userfunc)
are also supported.