summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-06-23 20:36:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-06-24 11:43:28 -0400
commit69bb3e4a4eca4e13ff3d3996d1fa1776082b0fe8 (patch)
tree2a329f46fc2cf18f84440cdb690e91c13fdc507a
parent11998ee5ee43b334744123f820b488091728ae52 (diff)
downloadpython-coveragepy-git-69bb3e4a4eca4e13ff3d3996d1fa1776082b0fe8.tar.gz
Update README for GitHub
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 7e37618b..5072e84d 100644
--- a/README.rst
+++ b/README.rst
@@ -25,10 +25,9 @@ Coverage.py runs on many versions of Python:
* IronPython 2.7.7, though not for reporting.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
-`Bitbucket`_, with a mirrored repository on `GitHub`_.
+`GitHub`_.
.. _Read the Docs: https://coverage.readthedocs.io/
-.. _Bitbucket: https://bitbucket.org/ned/coveragepy
.. _GitHub: https://github.com/nedbat/coveragepy
@@ -71,7 +70,7 @@ License
Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
.. _Apache 2.0 License: http://www.apache.org/licenses/LICENSE-2.0
-.. _NOTICE.txt: https://bitbucket.org/ned/coveragepy/src/default/NOTICE.txt
+.. _NOTICE.txt: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
.. |ci-status| image:: https://travis-ci.org/nedbat/coveragepy.svg?branch=master