Update link for apollo-config to point to new location in references.

This commit is contained in:
Jesse Rosenberger
2019-02-20 14:30:18 +02:00
committed by GitHub
parent 9aacacbf32
commit 68712e35fc

View File

@@ -44,7 +44,7 @@ To push a service, start the GraphQL server and run the following command, subst
apollo service:push --key="<API_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.
<h3 id="viewing-schema">Viewing a published schema</h3>