From 5052536787503290fee145ada575ec8810fdf308 Mon Sep 17 00:00:00 2001 From: Michael Chen Date: Wed, 26 Apr 2017 11:41:51 -0700 Subject: [PATCH] Update Relay Documentation Link Update the link of Relay Specification to Facebook Relay Specifications --- docs/relay/nodes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/relay/nodes.rst b/docs/relay/nodes.rst index 4b2c96aa..5f470055 100644 --- a/docs/relay/nodes.rst +++ b/docs/relay/nodes.rst @@ -98,4 +98,5 @@ Example usage: # Should be CustomNode.Field() if we want to use our custom Node node = relay.Node.Field() +.. _Relay specification: https://facebook.github.io/relay/docs/graphql-relay-specification.html .. _Starwars Relay example: https://github.com/graphql-python/graphene/blob/master/examples/starwars_relay/schema.py