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:31:28 -0500 |
| commit | 56e8fe1bbbcea8d2092260e95cb98475d5dea4b0 (patch) | |
| tree | ba977c0569003b0e940690be0a64dbee0a361d54 | |
| parent | 059daf6a911cfe707dc407e8a476c3fe501346fd (diff) | |
| download | python-coveragepy-git-56e8fe1bbbcea8d2092260e95cb98475d5dea4b0.tar.gz | |
Use a full URL for the Tidelift logo
(cherry picked from commit e2b5716dbca0cd3fa55f641844a56aac0373f586)
| -rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,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 |
