Update documentation

This commit is contained in:
John Wiegley 2018-02-16 16:23:56 -08:00
parent e12b8d0f41
commit 7097e1a1e7
2 changed files with 6 additions and 7 deletions

View file

@ -6,7 +6,7 @@ Tips for contributors
branch and is subsequently merged into `master` for releases. branch and is subsequently merged into `master` for releases.
* If you're making **changes to files for which the Travis build is not * 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**. 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 GLOSSARY
---- ----
@ -119,8 +119,7 @@ cores:
[Boost]: http://boost.org [Boost]: http://boost.org
[Boost.Python]: http://www.boost.org/libs/python/ [Boost.Python]: http://www.boost.org/libs/python/
[Bugzilla]: http://bugs.ledger-cli.org/ [GitHub Issues]: https://github.com/ledger/ledger/issues
[Deskzilla]: http://almworks.com/deskzilla/download.html
[GMP]: http://gmplib.org/ [GMP]: http://gmplib.org/
[MPFR]: http://www.mpfr.org/ [MPFR]: http://www.mpfr.org/
[Cheetah]: http://www.cheetahtemplate.org [Cheetah]: http://www.cheetahtemplate.org

View file

@ -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 Q: Something else fails, or Ledger crashes on startup
A: This, I am most interested in hearing about. Please file a bug A: This, I am most interested in hearing about. Please file a bug at the
at the Ledger Bugzilla, http://bugs.ledger-cli.org/. The more Ledger Issue Tracker, https://github.com/ledger/ledger/issues. The more
details you can provide, the better. Also, if Ledger is crashing, details you can provide, the better. Also, if Ledger is crashing, try
try running it under gdb like so: running it under gdb like so:
$ gdb ledger $ gdb ledger
(gdb) run <ARGS TO LEDGER> (gdb) run <ARGS TO LEDGER>