From 7097e1a1e7ea4f4890b89ab7164e0fa10a3ca586 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 16 Feb 2018 16:23:56 -0800 Subject: Update documentation --- CONTRIBUTING.md | 5 ++--- INSTALL.md | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 79e97296..80a413f3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ Tips for contributors branch and is subsequently merged into `master` for releases. * If you're making **changes to files for which the Travis build is not relevant**, please **add `[ci skip]` to the end of the commit message**. -* Report bugs using [Bugzilla]. If you want, you can access the bug system using the lite (free) version of [Deskzilla]. +* Report bugs using [GitHub Issues]. GLOSSARY ---- @@ -119,8 +119,7 @@ cores: [Boost]: http://boost.org [Boost.Python]: http://www.boost.org/libs/python/ -[Bugzilla]: http://bugs.ledger-cli.org/ -[Deskzilla]: http://almworks.com/deskzilla/download.html +[GitHub Issues]: https://github.com/ledger/ledger/issues [GMP]: http://gmplib.org/ [MPFR]: http://www.mpfr.org/ [Cheetah]: http://www.cheetahtemplate.org diff --git a/INSTALL.md b/INSTALL.md index 62de2a97..23d0566b 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -96,10 +96,10 @@ A: Actually, the real segfault is in libstdc++'s facet code. It's being Q: Something else fails, or Ledger crashes on startup -A: This, I am most interested in hearing about. Please file a bug - at the Ledger Bugzilla, http://bugs.ledger-cli.org/. The more - details you can provide, the better. Also, if Ledger is crashing, - try running it under gdb like so: +A: This, I am most interested in hearing about. Please file a bug at the + Ledger Issue Tracker, https://github.com/ledger/ledger/issues. The more + details you can provide, the better. Also, if Ledger is crashing, try + running it under gdb like so: $ gdb ledger (gdb) run -- cgit v1.2.3