From f9f8eca8042400387a332ed74fc2631709acc8e6 Mon Sep 17 00:00:00 2001 From: drzix Date: Sat, 5 Nov 2016 22:21:34 +0900 Subject: [PATCH] Fix graphql query guide url Signed-off-by: drzix --- examples/cookbook/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cookbook/README.md b/examples/cookbook/README.md index ea971e0f8..1fdae7d36 100644 --- a/examples/cookbook/README.md +++ b/examples/cookbook/README.md @@ -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)