From 70ee8437eff7524e0fc4ad69a97f225e849ee28d Mon Sep 17 00:00:00 2001 From: Nick Barrett Date: Wed, 24 May 2017 11:52:23 +0100 Subject: [PATCH] fixes to broken links for mocha documentation --- book/mocha/overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/book/mocha/overview.md b/book/mocha/overview.md index 8f05c6ded22..36ff515c4fa 100644 --- a/book/mocha/overview.md +++ b/book/mocha/overview.md @@ -18,10 +18,10 @@ So how can we use it in practice? Let's find out! ## Prerequisites -Please make sure that you have the [required tools installed](./prerequisites.md) -and [dependencies added](./installation.md) to your project. -That Protractor is configured to [use the `'mocha'` dialect](./configuration.md#mocha) -and you have a [`tsconfig.json` file in place](./configuration.md#typescript). +Please make sure that you have the [required tools installed](../overview/prerequisites.md) +and [dependencies added](../overview/installation.md) to your project. +That Protractor is configured to [use the `'mocha'` dialect](../overview/configuration.md#mocha) +and you have a [`tsconfig.json` file in place](../overview/configuration.md#typescript). ## Directory Structure