diff options
author | John Wiegley <johnw@newartisans.com> | 2018-02-16 16:23:56 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2018-02-16 16:24:13 -0800 |
commit | 7097e1a1e7ea4f4890b89ab7164e0fa10a3ca586 (patch) | |
tree | 80114394d9a2ffa82aa9ab8e911ea0a27ce6ea3f /CONTRIBUTING.md | |
parent | e12b8d0f414670551c82006c3efa90db7283c722 (diff) | |
download | fork-ledger-7097e1a1e7ea4f4890b89ab7164e0fa10a3ca586.tar.gz fork-ledger-7097e1a1e7ea4f4890b89ab7164e0fa10a3ca586.tar.bz2 fork-ledger-7097e1a1e7ea4f4890b89ab7164e0fa10a3ca586.zip |
Update documentation
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 2 insertions, 3 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 |