diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 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 |