Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit 48c8155

Browse files
authored
Fix broken link
1 parent 44fad68 commit 48c8155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Control/Monad/Eff.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ foreign import kind Effect
2929

3030
-- | The `Eff` type constructor is used to represent _native_ effects.
3131
-- |
32-
-- | See [Handling Native Effects with the Eff Monad](http://www.purescript.org/learn/eff/)
32+
-- | See [Handling Native Effects with the Eff Monad](https://github.com/purescript/documentation/blob/master/guides/Eff.md)
3333
-- | for more details.
3434
-- |
3535
-- | The first type parameter is a row of effects which represents the contexts

0 commit comments

Comments
 (0)