Skip to content

Commit 12adfaa

Browse files
committed
better wording
1 parent 33835d5 commit 12adfaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/guides/using-output-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ $ hcloud location list --output yaml | yq '.[] | [{"id": .id, "name": .name}]'
116116
## Go Template Format
117117

118118
`describe` commands support the Go string template format as well. You can read up on the syntax in the
119-
[Go documentation](https://pkg.go.dev/text/template/). The template format will be applied to structs from hcloud-go.
120-
You can find the structs in the [hcloud-go source code](https://github.com/hetznercloud/hcloud-go/tree/main/hcloud).
119+
[Go documentation](https://pkg.go.dev/text/template/). The data structures passed to the template are defined
120+
by our API and can be found in [hcloud-go](https://pkg.go.dev/github.com/hetznercloud/hcloud-go/v2/hcloud/schema).
121121

122122
For example, you could obtain the number of cores of a server using the following command:
123123

0 commit comments

Comments
 (0)