;doc: Convert some plain urls to links

This commit is contained in:
Malte Brandy 2021-09-16 14:59:48 +02:00 committed by Simon Michael
parent df424a7a96
commit 724c84fe50
2 changed files with 2 additions and 2 deletions

View File

@ -712,7 +712,7 @@ etc.
### Related ideas
http://neilmitchell.blogspot.com/2019/06/the-one-pr-per-day-rule.html
[Neil Mitchells Blog - The One PR Per Day Rule](http://neilmitchell.blogspot.com/2019/06/the-one-pr-per-day-rule.html)
## Tests

View File

@ -4163,7 +4163,7 @@ Here are the balance assertion types for quick reference:
### Rapid feedback
It's a good idea to get rapid feedback while creating/troubleshooting CSV rules.
Here's a good way, using entr from http://eradman.com/entrproject :
Here's a good way, using entr from [eradman.com/entrproject](https://eradman.com/entrproject):
```shell
$ ls foo.csv* | entr bash -c 'echo ----; hledger -f foo.csv print desc:SOMEDESC'
```