Skip to content

Commit 059daf6

Browse files
committed
Fix a few last Bitbucket references #731
1 parent 69e0a45 commit 059daf6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ Coverage.py runs on many versions of Python:
4242
* IronPython 2.7.7, though not for reporting.
4343

4444
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
45-
`Bitbucket`_, with a mirrored repository on `GitHub`_.
45+
`GitHub`_.
4646

4747
.. _Read the Docs: https://coverage.readthedocs.io/
48-
.. _Bitbucket: https://bitbucket.org/ned/coveragepy
4948
.. _GitHub: https://github.com/nedbat/coveragepy
5049

5150

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
keywords='code coverage testing',
107107
license='Apache 2.0',
108108
classifiers=classifier_list,
109-
url="https://bitbucket.org/ned/coveragepy",
109+
url="https://github.com/nedbat/coveragepy",
110110

111111
python_requires=">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4",
112112
)

0 commit comments

Comments
 (0)