Skip to content

Commit a000d58

Browse files
axm2firaskafri
authored andcommitted
Clarify cookbook example READMEs
Currently the relay cookbook's readme has a link to the plain tutorial page. The plain cookbook readme also instructs the user to change directory into the directory for the relay example. This change fixes both issues. Also changed the title for the relay example to specify that it uses relay.
1 parent 86c5309 commit a000d58

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/cookbook-plain/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ whole Graphene repository:
1414
```bash
1515
# Get the example project code
1616
git clone https://github.com/graphql-python/graphene-django.git
17-
cd graphene-django/examples/cookbook
17+
cd graphene-django/examples/cookbook-plain
1818
```
1919

2020
It is good idea (but not required) to create a virtual environment

examples/cookbook/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Cookbook Example Django Project
1+
Cookbook Example (Relay) Django Project
22
===============================
33

44
This example project demos integration between Graphene and Django.
@@ -60,5 +60,5 @@ Now you should be ready to start the server:
6060
Now head on over to
6161
[http://127.0.0.1:8000/graphql](http://127.0.0.1:8000/graphql)
6262
and run some queries!
63-
(See the [Graphene-Django Tutorial](http://docs.graphene-python.org/projects/django/en/latest/tutorial-plain/#testing-our-graphql-schema)
63+
(See the [Graphene-Django Tutorial](http://docs.graphene-python.org/projects/django/en/latest/tutorial-relay/#testing-our-graphql-schema)
6464
for some example queries)

0 commit comments

Comments
 (0)