From a881aa94e4893cdbc935e53cd072f831b47ef529 Mon Sep 17 00:00:00 2001 From: Adam Charnock Date: Thu, 31 Dec 2015 03:05:19 +0000 Subject: [PATCH] Adding fixture link to docs. This link will work once code is merged --- docs/pages/docs/quickstart-django.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/pages/docs/quickstart-django.md b/docs/pages/docs/quickstart-django.md index e2b94761..2e378aff 100644 --- a/docs/pages/docs/quickstart-django.md +++ b/docs/pages/docs/quickstart-django.md @@ -168,10 +168,9 @@ urlpatterns = [ ## Load some test data -**TODO:** Insert link to fixture - -Now is a good time to load up some test data. The easiest option will be to download -the ingredients.json fixture and place it in +Now is a good time to load up some test data. The easiest option will be to +[download the ingredients.json](https://raw.githubusercontent.com/graphql-python/graphene/feature/django/examples/cookbook/cookbook/ingredients/fixtures/ingredients.json) +fixture and place it in `cookbook/ingredients/fixtures/ingredients.json`. You can then run the following: ```