summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-08-18 20:00:03 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-08-18 20:00:03 -0400
commit1bf2a0609e7673b6b0dffe3123a760ab4a3c0be6 (patch)
tree725e04d8e59557279b33549218a19d53c61f4a9d /doc
parent450ac0bf86afb89f800e638ed6b4aed20c678c21 (diff)
downloadpython-coveragepy-git-1bf2a0609e7673b6b0dffe3123a760ab4a3c0be6.tar.gz
Bitbucket hg repos are gone
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins.rst2
-rw-r--r--doc/trouble.rst2
-rw-r--r--doc/whatsnew5x.rst2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst
index 38990d94..fae4f73b 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -74,4 +74,4 @@ Some coverage.py plug-ins you might find useful:
* `Mako template coverage plug-in`__: for measuring coverage in Mako templates.
Doesn't work yet, probably needs some changes in Mako itself.
- .. __: https://bitbucket.org/ned/coverage-mako-plugin
+ .. __: https://bitbucket-archive.softwareheritage.org/projects/ne/ned/coverage-mako-plugin.html
diff --git a/doc/trouble.rst b/doc/trouble.rst
index 08f8a4d3..d508fd60 100644
--- a/doc/trouble.rst
+++ b/doc/trouble.rst
@@ -46,7 +46,7 @@ coverage.py from working properly:
.. _sys.settrace: https://docs.python.org/3/library/sys.html#sys.settrace
.. _thread: https://docs.python.org/3/library/_thread.html
.. _threading: https://docs.python.org/3/library/threading.html
-.. _issue 43: https://bitbucket.org/ned/coveragepy/issues/43/coverage-measurement-fails-on-code
+.. _issue 43: https://github.com/nedbat/coveragepy/issues/43
Still having trouble?
diff --git a/doc/whatsnew5x.rst b/doc/whatsnew5x.rst
index 5f21a5d4..674ddcb1 100644
--- a/doc/whatsnew5x.rst
+++ b/doc/whatsnew5x.rst
@@ -111,7 +111,7 @@ New Features
.. _TOML: https://github.com/toml-lang/toml#readme
-.. _issue 650: https://bitbucket.org/ned/coveragepy/issues/650/allow-setting-configuration-file-location
+.. _issue 650: https://github.com/nedbat/coveragepy/issues/650
Bugs Fixed