diff --git a/docs/guides/development.md b/docs/guides/development.md index e369e8955d..bc2f9c31fa 100644 --- a/docs/guides/development.md +++ b/docs/guides/development.md @@ -29,7 +29,7 @@ $ npm run unit-test ## Linking -npm can link packages. This makes version set up for development available in other projects. It enables testing new rules on real projects. To be able to link this package to another project, that one has to be [set up correctly first](/setup.md). +npm can link packages. This makes version set up for development available in other projects. It enables testing new rules on real projects. To be able to link this package to another project, that one has to be [set up correctly first](/docs/guides/setup.md). ```bash # Make this package available globally diff --git a/docs/guides/integration.md b/docs/guides/integration.md index bc8de5667a..99a6540de3 100644 --- a/docs/guides/integration.md +++ b/docs/guides/integration.md @@ -1,6 +1,6 @@ # Integration Guide -*Make sure ESLint and ESLint-plugin-Meteor are set up correctly before looking into integrations. This is explained in the [setup guide](/setup.md).* +*Make sure ESLint and ESLint-plugin-Meteor are set up correctly before looking into integrations. This is explained in the [setup guide](/docs/guides/setup.md).* This document describes how to set up ESLint for different IDEs and build processes.