From 5d7794815f3ee92528b1b7657bacbb246bcc5dda Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Tue, 21 Feb 2017 21:39:25 +0200 Subject: [PATCH] Fix GraphiQL URL which is configured in the tutorial. - Based on --- docs/tutorial-plain.rst | 2 +- docs/tutorial-relay.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial-plain.rst b/docs/tutorial-plain.rst index b91f886..a4c98a9 100644 --- a/docs/tutorial-plain.rst +++ b/docs/tutorial-plain.rst @@ -271,7 +271,7 @@ from the command line. Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. -Go to `localhost:8000/graphiql `__ and +Go to `localhost:8000/graphql `__ and type your first query! .. code:: diff --git a/docs/tutorial-relay.rst b/docs/tutorial-relay.rst index 45d2207..895dc44 100644 --- a/docs/tutorial-relay.rst +++ b/docs/tutorial-relay.rst @@ -281,7 +281,7 @@ from the command line. Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. -Go to `localhost:8000/graphiql `__ and +Go to `localhost:8000/graphql `__ and type your first query! .. code::