Skip to content

Commit

Permalink
Make link to logo in README.rst non-relative
Browse files Browse the repository at this point in the history
This allows PyPI to show the logo on its site, since it does not have access to the _static folder.
  • Loading branch information
kiudee committed Aug 24, 2020
1 parent 028e4a0 commit ddaa018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.. image:: docs/_static/logo.png
.. image:: https://raw.githubusercontent.com/kiudee/chess-tuning-tools/master/docs/_static/logo.png

|
Expand Down

0 comments on commit ddaa018

Please sign in to comment.