Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link in parallel documentation #2155

Merged
merged 1 commit into from
Jan 17, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix broken link in parallel documentation
  • Loading branch information
allantl committed Jan 17, 2018
commit d8d7553b0b21ac20c585c385a6262b9d06d4539a
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