summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el2
-rwxr-xr-xcontrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx2
-rw-r--r--doc/ledger3.texi2
3 files changed, 3 insertions, 3 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index de699515..34761815 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -4,7 +4,7 @@
((nil
(tab-width . 2)
(sentence-end-double-space . t)
- (bug-reference-url-format . "http://bugs.ledger-cli.org/show_bug.cgi?id=%s"))
+ (bug-reference-url-format . "https://github.com/ledger/ledger/issues/%s"))
(c-mode
(c-file-style . "ledger")
(c-style-alist
diff --git a/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx b/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx
index 937d2a45..f2055a62 100755
--- a/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx
+++ b/contrib/non-profit-audit-reports/cash-receipts-and-disbursments-journals.plx
@@ -127,7 +127,7 @@ foreach my $typeData ({ name => 'disbursements', query => 'a<=0' },
# I thought '--sort', 'd', '--sort-xact', 'a', should
# have worked below for a good sort. Then I tried
# rather than '--sort', "d,n,a", which didn't work either.
- # I opened a bug: http://bugs.ledger-cli.org/show_bug.cgi?id=901
+ # I opened a bug: https://github.com/ledger/ledger/issues/901
my @csvRegLedgerOpts = ('-f', $tempFile, '-V', '-F', $formatString, '-w', '--sort', 'd',
'-b', $beginDate, '-e', $endDate, 'reg');
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index 0151f267..9eaa6846 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -2482,7 +2482,7 @@ directives, as @code{fixed} is closed with an @code{endfixed} (i.e.,
there is @emph{no space} between @code{end} and @code{fixed}).
For the moment, users may wish to study
-@uref{http://bugs.ledger-cli.org/show_bug.cgi?id=789, Bug Report 789}
+@uref{https://github.com/ledger/ledger/issues/789, Bug Report 789}
before using the @code{fixed} directive in production.
@item include