diff options
-rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 970c4d82d..d5369573a 100644 --- a/README.rst +++ b/README.rst @@ -162,5 +162,5 @@ pylint is, with a few exceptions listed below, `GPLv2 <https://github.com/PyCQA/ The icon files are licensed under the `CC BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/>`_ license: -- `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>`_ +- `doc/logo.png <https://raw.githubusercontent.com/PyCQA/pylint/master/doc/logo.png>`_ +- `doc/logo.svg <https://raw.githubusercontent.com/PyCQA/pylint/master/doc/logo.svg>`_ |