Skip to content

Commit

Permalink
Fix link to hoek documentation (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gergo Erdosi authored and cjihrig committed May 19, 2016
1 parent 999d09b commit 6754c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -432,7 +432,7 @@ expect({ a: 1 }).to.deep.equal({ a: 1 });
```

Deep comparisons are performed using
[`Hoek.deepEqual()`](https://github.com/hapijs/hoek#deepequalb-a-options). The
[`Hoek.deepEqual()`](https://github.com/hapijs/hoek/blob/master/API.md#deepequalb-a-options). The
optional `options` argument is passed directly to `Hoek.deepEqual()`. An example
deep comparison which ignores object prototypes is shown below.

Expand Down

0 comments on commit 6754c4b

Please sign in to comment.