From 4da3287c32472ff6b0a398bc565a4f5770dcb8d2 Mon Sep 17 00:00:00 2001 From: bartenra <77667589+bartenra@users.noreply.github.com> Date: Wed, 24 Mar 2021 09:48:40 +0100 Subject: [PATCH] Fix links to Relay docs --- docs/relay/index.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/relay/index.rst b/docs/relay/index.rst index 8435ca2e..2efde25f 100644 --- a/docs/relay/index.rst +++ b/docs/relay/index.rst @@ -19,10 +19,8 @@ Useful links - `Getting started with Relay`_ - `Relay Global Identification Specification`_ - `Relay Cursor Connection Specification`_ -- `Relay input Object Mutation`_ -.. _Relay: https://facebook.github.io/relay/docs/en/graphql-server-specification.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/en/quick-start-guide.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: https://relay.dev/docs/guides/graphql-server-specification/ +.. _Getting started with Relay: https://relay.dev/docs/getting-started/step-by-step-guide/ +.. _Relay Global Identification Specification: https://relay.dev/graphql/objectidentification.htm +.. _Relay Cursor Connection Specification: https://relay.dev/graphql/connections.htm