From b16cb69000667cefccedbf6c8db047f6fc7220b5 Mon Sep 17 00:00:00 2001 From: Patrick Sanders Date: Sat, 3 Dec 2016 11:08:25 -0500 Subject: [PATCH] Fix broken link in cookbook schema --- 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 1fdae7d..018c584 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 [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)