Skip to content

Commit

Permalink
Fix broken link in parallel documentation (#2155)
Browse files Browse the repository at this point in the history
  • Loading branch information
allantl authored and Luka Jacobowitz committed Jan 17, 2018
1 parent 7e6336f commit 76c02fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/typeclasses/parallel.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ trait Parallel[M[_], F[_]] {
```
Where `M[_]` has to have an instance of `Monad` and `F[_]` an instance of `Applicative`.

Recall that `~>` is just an alias for [`FunctionK`](datatypes/functionk.html).
Recall that `~>` is just an alias for [`FunctionK`](../datatypes/functionk.html).
This allows us to get rid of most of our boilerplate from earlier:

```tut:book
Expand Down

0 comments on commit 76c02fe

Please sign in to comment.