diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-23 20:08:15 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-06-23 20:08:15 -0400 |
| commit | a1ae430c3cd952478e677ca396db1c9e560eaa8f (patch) | |
| tree | eff5583cea15e916e54a6f04b66e9942eb5fea95 /doc/faq.rst | |
| parent | 0df8e82c77b677a1cda984aa56e3666948f72e9b (diff) | |
| parent | 036de87ddda41e960760efe0024e8045c8a9cdc6 (diff) | |
| download | python-coveragepy-git-a1ae430c3cd952478e677ca396db1c9e560eaa8f.tar.gz | |
Pull in 4.5.1a changes to update docs for GitHub migration.
Diffstat (limited to 'doc/faq.rst')
| -rw-r--r-- | doc/faq.rst | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/faq.rst b/doc/faq.rst index fb6dc91f..fb9dbeb2 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -127,14 +127,9 @@ mailing list. .. _Testing In Python: http://lists.idyll.org/listinfo/testing-in-python -Bug reports are gladly accepted at the `Bitbucket issue tracker`_. +Bug reports are gladly accepted at the `GitHub issue tracker`_. -.. _Bitbucket issue tracker: https://bitbucket.org/ned/coveragepy/issues - -Announcements of new coverage.py releases are sent to the -`coveragepy-announce`_ mailing list. - -.. _coveragepy-announce: http://groups.google.com/group/coveragepy-announce +.. _GitHub issue tracker: https://github.com/nedbat/coveragepy/issues `I can be reached`__ in a number of ways, I'm happy to answer questions about using coverage.py. @@ -151,4 +146,4 @@ Since 2004, `Ned Batchelder`_ has extended and maintained it with the help of .. _Gareth Rees: http://garethrees.org/ .. _Ned Batchelder: https://nedbatchelder.com -.. _many others: https://bitbucket.org/ned/coveragepy/src/tip/CONTRIBUTORS.txt +.. _many others: https://github.com/nedbat/coveragepy/blob/master/CONTRIBUTORS.txt |
