Skip to content

Commit

Permalink
Fixed broken link in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed May 19, 2015
1 parent 81d79e1 commit 53be6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/api/UnexpectedError.md
Expand Up @@ -75,7 +75,7 @@ When assertions delegate to nested `expect` calls the errors that are
thrown on each level are chained together through the `parent`
property. The error message is serialized lazily, so it is possible to
change the error hierarchy before the error is serialized or extract
information from the hierarchy and use [expect.fail](./fail/) to throw
information from the hierarchy and use [expect.fail](../fail/) to throw
a new error.

We could for example change the error mode for all the errors in the
Expand Down

0 comments on commit 53be6a8

Please sign in to comment.