diff --git a/docs/source/platform/editor-plugins.md b/docs/source/platform/editor-plugins.md
index 7e4591c..edf16b3 100644
--- a/docs/source/platform/editor-plugins.md
+++ b/docs/source/platform/editor-plugins.md
@@ -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)
Client side schemas
diff --git a/docs/source/platform/schema-registry.md b/docs/source/platform/schema-registry.md
index cebd542..1268768 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](./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.
Viewing a published schema
diff --git a/docs/source/platform/schema-validation.md b/docs/source/platform/schema-validation.md
index b2b799f..5fd9d28 100644
--- a/docs/source/platform/schema-validation.md
+++ b/docs/source/platform/schema-validation.md
@@ -139,7 +139,7 @@ To check and see the difference between the current published schema and a new v
apollo service:check --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: