diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-02 22:03:34 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-10-02 22:03:34 -0400 |
commit | 5a995166b2215ebb14273715e189fbfb8d4b75c0 (patch) | |
tree | 7cf5a5e753037be75b9f5ca07522433f2301dea0 | |
parent | 4d61fff19caa797947d8818d711227ad85a8aed5 (diff) | |
download | python-coveragepy-git-5a995166b2215ebb14273715e189fbfb8d4b75c0.tar.gz |
docs: update the link to shining panda
-rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 0d7a6ee2..3672f52a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -644,7 +644,7 @@ Version 5.0a6 --- 2019-07-16 - The deprecated `Reporter.file_reporters` property has been removed. -.. _ShiningPanda: https://wiki.jenkins.io/display/JENKINS/ShiningPanda+Plugin +.. _ShiningPanda: https://plugins.jenkins.io/shiningpanda/ .. _issue 806: https://github.com/nedbat/coveragepy/pull/806 .. _issue 828: https://github.com/nedbat/coveragepy/issues/828 |