Fix graphql query guide url

Signed-off-by: drzix <korea.drzix@gmail.com>
This commit is contained in:
drzix 2016-11-05 22:21:34 +09:00
parent a7caad0cf4
commit f9f8eca804

View File

@ -60,5 +60,5 @@ Now you should be ready to start the server:
Now head on over to
[http://127.0.0.1:8000/graphql](http://127.0.0.1:8000/graphql)
and run some queries!
(See the [Django quickstart guide](http://graphene-python.org/docs/quickstart-django/)
(See the [Graphene-Django Tutorial](http://docs.graphene-python.org/projects/django/en/latest/tutorial.html#testing-our-graphql-schema)
for some example queries)