Skip to content

Commit c96a4b7

Browse files
committedSep 21, 2023
docs: Fix cross-function link references
1 parent 6a8ca16 commit c96a4b7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎assets/chezmoi.io/docs/reference/templates/github-functions/gitHubLatestTag.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
bindings](https://pkg.go.dev/github.com/google/go-github/v55/github#RepositoryTag).
66

77
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
99
`gitHubLatestTag` with the same *owner-repo* will only result in one call to the
1010
GitHub API.
1111

‎assets/chezmoi.io/docs/reference/templates/github-functions/gitHubReleases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Calls to `gitHubReleases` are cached so calling `gitHubReleases` with the same
2222
!!! warning
2323

2424
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
2626
converted through JSON:
2727

2828
```

‎assets/chezmoi.io/docs/reference/templates/github-functions/gitHubTags.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ same *owner-repo* will only result in one call to the GitHub API.
2222
!!! warning
2323

2424
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
2626
converted through JSON:
2727

2828
```

0 commit comments

Comments
 (0)
Please sign in to comment.