mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
docs(GUIDES): fix relative links
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user