Skip to content

Commit ec37d7a

Browse files
authored
Merge pull request #1728 from pquentin/pypi-rawgit
Stop using RawGit URL in PyPI
2 parents f12fa06 + 934cfe5 commit ec37d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exec(open("trio/_version.py", encoding="utf-8").read())
44

55
LONG_DESC = """\
6-
.. image:: https://cdn.rawgit.com/python-trio/trio/9b0bec646a31e0d0f67b8b6ecc6939726faf3e17/logo/logo-with-background.svg
6+
.. image:: https://raw.githubusercontent.com/python-trio/trio/9b0bec646a31e0d0f67b8b6ecc6939726faf3e17/logo/logo-with-background.svg
77
:width: 200px
88
:align: right
99

0 commit comments

Comments
 (0)