Update local repository references to apollo-config.

The location of the `apollo-config` file was moved in
b1204a650c,  so this updates the existing references within
this same repository to reflect the new location of the file.

cc @michael-watson
This commit is contained in:
Jesse Rosenberger
2018-12-14 12:34:54 +02:00
parent 1f92ed5114
commit 9584c63744
3 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ module.exports = {
> Linking to the local schema won't provide all features such as switching schema tags and performance metrics.
More information about configuring an Apollo project can be found [here](../resources/apollo-config.html)
More information about configuring an Apollo project can be found [here](../platform/apollo-config.html)
<h2 id="client-side-schemas">Client side schemas</h2>

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](./resources/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](./platform/apollo-config.html) for more information.
<h3 id="viewing-schema">Viewing a published schema</h3>

View File

@@ -139,7 +139,7 @@ To check and see the difference between the current published schema and a new v
apollo service:check --key="<API_KEY>" --endpoint="http://localhost:4000/graphql"
```
> For accuracy, it's best to retrieve the schema from a running GraphQL server (with introspection enabled), though the CLI also reference a local file. See [config options](../resources/apollo-config.html) for more information.
> For accuracy, it's best to retrieve the schema from a running GraphQL server (with introspection enabled), though the CLI also reference a local file. See [config options](../platform/apollo-config.html) for more information.
After analyzing the changes against current usage metrics, Apollo will identify three categories of changes and report them to the developer on the command line or within a GitHub pull-request: