Merge pull request #70 from patrickhsanders/fix-broken-link

Fix broken link in cookbook example
This commit is contained in:
Syrus Akbary 2016-12-06 09:24:16 -08:00 committed by GitHub
commit 94bab46a75

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 [Graphene-Django Tutorial](http://docs.graphene-python.org/projects/django/en/latest/tutorial.html#testing-our-graphql-schema)
(See the [Graphene-Django Tutorial](http://docs.graphene-python.org/projects/django/en/latest/tutorial#testing-our-graphql-schema)
for some example queries)