Skip to content

Commit 5d77948

Browse files
author
Radoslav Georgiev
committed
Fix GraphiQL URL which is configured in the tutorial.
- Based on <e063ef3>
1 parent f15d2f6 commit 5d77948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/tutorial-plain.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ from the command line.
271271
Starting development server at http://127.0.0.1:8000/
272272
Quit the server with CONTROL-C.
273273
274-
Go to `localhost:8000/graphiql <http://localhost:8000/graphiql>`__ and
274+
Go to `localhost:8000/graphql <http://localhost:8000/graphql>`__ and
275275
type your first query!
276276

277277
.. code::

docs/tutorial-relay.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ from the command line.
281281
Starting development server at http://127.0.0.1:8000/
282282
Quit the server with CONTROL-C.
283283
284-
Go to `localhost:8000/graphiql <http://localhost:8000/graphiql>`__ and
284+
Go to `localhost:8000/graphql <http://localhost:8000/graphql>`__ and
285285
type your first query!
286286

287287
.. code::

0 commit comments

Comments
 (0)