From f5680529cde850b284c3a803d1b4f5dc9bf8cd44 Mon Sep 17 00:00:00 2001 From: David D Lowe Date: Sat, 6 Aug 2022 15:30:01 +0100 Subject: [PATCH] Fix broken link in bin/README.md --- bin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/README.md b/bin/README.md index a12c18826..06ab1b8b2 100644 --- a/bin/README.md +++ b/bin/README.md @@ -166,7 +166,7 @@ downloads the last 30 days of Paypal transactions (requires a free developer acc ### paypaljson2csv -[`paypaljson2csv`](https://github.com/simonmichael/hledger/blob/master/bin/paypal2csv) (python) +[`paypaljson2csv`](https://github.com/simonmichael/hledger/blob/master/bin/paypaljson2csv) (python) converts `paypaljson`'s output to CSV, with format similar to Paypal's manually-downloaded CSV. ## More scripts