mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-08 07:09:28 +03:00
;doc: Convert some plain urls to links
This commit is contained in:
parent
df424a7a96
commit
724c84fe50
@ -712,7 +712,7 @@ etc.
|
||||
|
||||
### Related ideas
|
||||
|
||||
http://neilmitchell.blogspot.com/2019/06/the-one-pr-per-day-rule.html
|
||||
[Neil Mitchell’s Blog - The One PR Per Day Rule](http://neilmitchell.blogspot.com/2019/06/the-one-pr-per-day-rule.html)
|
||||
|
||||
|
||||
## Tests
|
||||
|
@ -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'
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user