We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ca18d commit 0e1e750Copy full SHA for 0e1e750
README.rst
@@ -165,7 +165,7 @@ applications:
165
ASGI_APPLICATION = 'graphql_ws.django.routing.auth_application'
166
167
Run ``./manage.py runserver`` and go to
168
-`http://localhost:8000/graphql`__ to test!
+`http://localhost:8000/graphql <http://localhost:8000/graphql>`__ to test!
169
170
171
Python 2 servers
setup.py
@@ -2,5 +2,5 @@
2
from setuptools import setup
3
4
setup(
5
- long_description_content_type='text/markdown'
+ long_description_content_type='text/x-rst'
6
)
0 commit comments