From 68712e35fc200223af90a6edc7a80883f7c8eb01 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 20 Feb 2019 14:30:18 +0200 Subject: [PATCH] Update link for `apollo-config` to point to new location in `references`. --- docs/source/platform/schema-registry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/platform/schema-registry.md b/docs/source/platform/schema-registry.md index 152c59e..c0d4e59 100644 --- a/docs/source/platform/schema-registry.md +++ b/docs/source/platform/schema-registry.md @@ -44,7 +44,7 @@ To push a service, start the GraphQL server and run the following command, subst apollo service:push --key="" --endpoint="https://example.com/graphql" ``` -> For accuracy, it's best to retrieve the schema from a running GraphQL server (with introspection enabled), though local files representing a schema can also be used. See the [configuration options](./platform/apollo-config.html) for more information. +> For accuracy, it's best to retrieve the schema from a running GraphQL server (with introspection enabled), though local files representing a schema can also be used. See the [configuration options](../references/apollo-config.html) for more information.

Viewing a published schema