Skip to content

Commit

Permalink
Merge pull request #1244 from raulraja/patch-2
Browse files Browse the repository at this point in the history
Updated broken link on OptionT docs
  • Loading branch information
fthomas authored Jul 29, 2016
2 parents 0ab7077 + 3d1e74e commit 0c5f48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/data/OptionT.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import instances.option.{catsStdInstancesForOption => optionInstance}
*
* It may also be said that `OptionT` is a monad transformer for `Option`.
*
* For more information, see the [[http://non.github.io/cats/tut/optiont.html documentation]].
* For more information, see the [[http://typelevel.org/cats/tut/optiont.html documentation]].
*/
final case class OptionT[F[_], A](value: F[Option[A]]) {

Expand Down

0 comments on commit 0c5f48c

Please sign in to comment.