From b80426e7f1bd7eb2e8df49806ba1363b601c1dd4 Mon Sep 17 00:00:00 2001 From: Kuan Date: Tue, 11 Apr 2017 09:07:28 -0700 Subject: [PATCH] Add hyperlink on documentation in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3927a8..32ebe92 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ py.test graphene_django --cov=graphene_django # Use -v -s for verbose mode ### Documentation -The documentation is generated using the excellent [Sphinx](http://www.sphinx-doc.org/) and a custom theme. +The [documentation](http://docs.graphene-python.org/projects/django/en/latest) is generated using the excellent [Sphinx](http://www.sphinx-doc.org/) and a custom theme. The documentation dependencies are installed by running: