From a04d3197aa48277a4a858c66aabe8827c8038b79 Mon Sep 17 00:00:00 2001 From: mborus Date: Fri, 19 Jan 2018 11:35:40 +0100 Subject: [PATCH] Changed dead links https://facebook.github.io/relay/docs/graphql-relay-specification.html is no longer available, https://facebook.github.io/relay/docs/en/graphql-in-relay.html seems to be the current version --- docs/relay/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/relay/index.rst b/docs/relay/index.rst index e3a87d08..3184faf9 100644 --- a/docs/relay/index.rst +++ b/docs/relay/index.rst @@ -21,9 +21,9 @@ Useful links - `Relay Cursor Connection Specification`_ - `Relay input Object Mutation`_ -.. _Relay: https://facebook.github.io/relay/docs/graphql-relay-specification.html +.. _Relay: https://facebook.github.io/relay/docs/en/graphql-in-relay.html .. _Relay specification: https://facebook.github.io/relay/graphql/objectidentification.htm#sec-Node-root-field -.. _Getting started with Relay: https://facebook.github.io/relay/docs/graphql-relay-specification.html +.. _Getting started with Relay: https://facebook.github.io/relay/docs/en/graphql-in-relay.html .. _Relay Global Identification Specification: https://facebook.github.io/relay/graphql/objectidentification.htm .. _Relay Cursor Connection Specification: https://facebook.github.io/relay/graphql/connections.htm .. _Relay input Object Mutation: https://facebook.github.io/relay/graphql/mutations.htm