File tree 3 files changed +3
-3
lines changed
assets/chezmoi.io/docs/reference/templates/github-functions
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
bindings] ( https://pkg.go.dev/github.com/google/go-github/v55/github#RepositoryTag ) .
6
6
7
7
Calls to ` gitHubLatestTag ` are cached the same as
8
- [ ` githubTags ` ] ( /reference/templates/functions/gitHubTags.md ) , so calling
8
+ [ ` githubTags ` ] ( /reference/templates/functions/gitHubTags/ ) , so calling
9
9
` gitHubLatestTag ` with the same * owner-repo* will only result in one call to the
10
10
GitHub API.
11
11
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Calls to `gitHubReleases` are cached so calling `gitHubReleases` with the same
22
22
!!! warning
23
23
24
24
The values returned by `gitHubReleases` are not directly queryable via the
25
- [`jq`](/reference/templates/functions/jq.md ) function and must instead be
25
+ [`jq`](/reference/templates/functions/jq/ ) function and must instead be
26
26
converted through JSON:
27
27
28
28
```
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ same *owner-repo* will only result in one call to the GitHub API.
22
22
!!! warning
23
23
24
24
The values returned by `gitHubTags` are not directly queryable via the
25
- [`jq`](/reference/templates/functions/jq.md ) function and must instead be
25
+ [`jq`](/reference/templates/functions/jq/ ) function and must instead be
26
26
converted through JSON:
27
27
28
28
```
You can’t perform that action at this time.
0 commit comments