Skip to content

Commit

Permalink
;doc:ISSUES: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmichael committed Jan 19, 2024
1 parent e92575d commit 28d30ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ Some loose conventions:
- In bug titles, mention the hledger version in which the bug first appeared
(and avoid mentioning version numbers otherwise).
This allows searches like
[new issues in 1.22](https://github.com/simonmichael/hledger/issues?q=in%3Atitle+1.22+)
[new issues in 1.22](https://github.com/simonmichael/hledger/issues?q=in%3Atitle+1.22)
and
[regressions in 1.22](https://github.com/simonmichael/hledger/issues?q=in%3Atitle+1.22+label%3Aregression%21)
[regressions in 1.22](https://github.com/simonmichael/hledger/issues?q=in%3Atitle+1.22+label%3Aregression)


## Labels
Expand Down

0 comments on commit 28d30ae

Please sign in to comment.