docs(GUIDES): fix relative links

This commit is contained in:
Dominik Ferber
2016-03-02 21:54:56 +01:00
parent 8b7c0e1906
commit 874f4bdd00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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.