Skip to content

Commit

Permalink
Merge pull request #1005 from hamishdickson/fix-foldable-docs-link
Browse files Browse the repository at this point in the history
fix broken link in foldable docs
  • Loading branch information
fthomas committed Apr 27, 2016
2 parents 95501f7 + 5deef5a commit a7f7bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/tut/foldable.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ used by the associated `Foldable[_]` instance.
- `foldRight(fa, b)(f)` lazily folds `fa` from right-to-left.

These form the basis for many other operations, see also:
[A tutorial on the universality and expressiveness of fold](https://www.cs.nott.ac.uk/~gmh/fold.pdf)
[A tutorial on the universality and expressiveness of fold](http://www.cs.nott.ac.uk/~gmh/fold.pdf)

First some standard imports.

Expand Down

0 comments on commit a7f7bf2

Please sign in to comment.