diff options
author | Marc Mueller <30130371+cdce8p@users.noreply.github.com> | 2021-04-24 23:09:23 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-25 08:33:57 +0200 |
commit | 45b4fbd1ae022c33730fa7531991bca7bb13a178 (patch) | |
tree | c6e5a5685aabee1fae204ab432711002d086a15b /README.rst | |
parent | f887c38ef59c9ae0cecef6e21cfc5bc413f46016 (diff) | |
download | pylint-git-45b4fbd1ae022c33730fa7531991bca7bb13a178.tar.gz |
Use absolute URIs in readme
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst index 115a852df..5ca956f54 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:: doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White_small.png +.. |tideliftlogo| image:: https://github.com/PyCQA/pylint/blob/master/doc/media/Tidelift_Logos_RGB_Tidelift_Shorthand_On-White.png :width: 75 :height: 60 :alt: Tidelift @@ -158,9 +158,9 @@ For more detailed information, check the documentation. License ------- -pylint is, with a few exceptions listed below, `GPLv2 <COPYING>`_. +pylint is, with a few exceptions listed below, `GPLv2 <https://github.com/PyCQA/pylint/blob/master/LICENSE>`_. The icon files are licensed under the `CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/>`_ license: -- `doc/logo.png <doc/logo.png>`_ -- `doc/logo.svg <doc/logo.svg>`_ +- `doc/logo.png <https://github.com/PyCQA/pylint/blob/master/doc/logo.png>`_ +- `doc/logo.svg <https://github.com/PyCQA/pylint/blob/master/doc/logo.svg>`_ |