From 874f4bdd00a616e28a9d2bcef611dfc70d65ebf0 Mon Sep 17 00:00:00 2001 From: Dominik Ferber Date: Wed, 2 Mar 2016 21:54:56 +0100 Subject: [PATCH] docs(GUIDES): fix relative links --- docs/guides/development.md | 2 +- docs/guides/integration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.