diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-04-25 12:46:09 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-25 21:09:09 +0200 |
commit | a74259190d2d3266130baf5eac201e944a48e14e (patch) | |
tree | 466c9133d9f4fe6365fc7f8d2a5b27cb17e78dad | |
parent | 3eb0362dc42642e3e2774d7523a1e73d71394064 (diff) | |
download | pylint-git-a74259190d2d3266130baf5eac201e944a48e14e.tar.gz |
Fix image link in readme
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst index 5ca956f54..970c4d82d 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ README for Pylint - https://pylint.pycqa.org/ .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black -.. |tideliftlogo| image:: https://github.com/PyCQA/pylint/blob/master/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png +.. |tideliftlogo| image:: https://raw.githubusercontent.com/PyCQA/pylint/master/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png :width: 75 :height: 60 :alt: Tidelift |