Skip to content

Commit 0e1e750

Browse files
committed
Fix rst readme
1 parent 60ca18d commit 0e1e750

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ applications:
165165
ASGI_APPLICATION = 'graphql_ws.django.routing.auth_application'
166166
167167
Run ``./manage.py runserver`` and go to
168-
`http://localhost:8000/graphql`__ to test!
168+
`http://localhost:8000/graphql <http://localhost:8000/graphql>`__ to test!
169169

170170

171171
Python 2 servers

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from setuptools import setup
33

44
setup(
5-
long_description_content_type='text/markdown'
5+
long_description_content_type='text/x-rst'
66
)

0 commit comments

Comments
 (0)