diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-30 06:30:58 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-11-30 06:30:58 -0500 |
commit | e2b5716dbca0cd3fa55f641844a56aac0373f586 (patch) | |
tree | 77531bee62a5d30e8a39bd3d8fa2a6f6af457f13 | |
parent | 29f67b0639ee8b865fc170ab09b36952114e18d1 (diff) | |
download | python-coveragepy-git-e2b5716dbca0cd3fa55f641844a56aac0373f586.tar.gz |
Use a full URL for the Tidelift logo
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed. -.. |tideliftlogo| image:: doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png +.. |tideliftlogo| image:: https://nedbatchelder.com/pix/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png :width: 75 :alt: Tidelift |