]> Dogcows Code - chaz/homebank2ledger/commitdiff
fix broken URL
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 15 Jan 2022 23:36:10 +0000 (16:36 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 15 Jan 2022 23:40:32 +0000 (16:40 -0700)
bin/homebank2ledger
lib/App/HomeBank2Ledger/Formatter/Beancount.pm

index 03d710f5a287e31ef359a1fca839f5849cac15e1..ece474686b48a651b7e0ad79bc71300e06a36171 100644 (file)
@@ -15,7 +15,7 @@
 
 F<homebank2ledger> converts L<HomeBank|http://homebank.free.fr/> files to a format usable by
 L<Ledger|https://www.ledger-cli.org/>. It can also convert directly to the similar
-L<Beancount|http://furius.ca/beancount/> format.
+L<Beancount|https://beancount.github.io/docs/index.html> format.
 
 This software is B<EXPERIMENTAL>, in early development. Its interface may change without notice.
 
index ca1510876a032a77fb766800d429d09aac0a3c75..f264475aa0819294bdac73fc84587154cfae6fa4 100644 (file)
@@ -3,7 +3,7 @@ package App::HomeBank2Ledger::Formatter::Beancount;
 
 =head1 DESCRIPTION
 
-This is a formatter for L<Beancount|http://furius.ca/beancount/>.
+This is a formatter for L<Beancount|https://beancount.github.io/docs/index.html>.
 
 =head1 SEE ALSO
 
This page took 0.022595 seconds and 4 git commands to generate.