Skip to content

Commit

Permalink
Merge pull request #44 from nbarrett/mocha-broken-links-fix
Browse files Browse the repository at this point in the history
fixes to broken links for mocha documentation
  • Loading branch information
jan-molak committed May 24, 2017
2 parents 725c5cc + 70ee843 commit 600f638
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions book/mocha/overview.md
Expand Up @@ -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

Expand Down

0 comments on commit 600f638

Please sign in to comment.