From 19824d0c907a79239881e4083bd98a04587ba8b8 Mon Sep 17 00:00:00 2001 From: Alexander Tesfamichael Date: Sun, 18 Aug 2019 14:34:32 +0200 Subject: [PATCH] Update link to moved resource (#3717) Updates the link previously pointing to a guide on dealing with the Partial type class to point at the docs for purescript-partial where the resource moved. --- src/Language/PureScript/Docs/Prim.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Language/PureScript/Docs/Prim.hs b/src/Language/PureScript/Docs/Prim.hs index 6fc925314e..3fabafa12a 100644 --- a/src/Language/PureScript/Docs/Prim.hs +++ b/src/Language/PureScript/Docs/Prim.hs @@ -348,7 +348,7 @@ partial = primClass "Partial" $ T.unlines , "a partial function with a bad input will usually cause an error to be" , "thrown, although it is not safe to assume that this will happen in all" , "cases. For more information, see" - , "[the Partial type class guide](https://github.com/purescript/documentation/blob/master/guides/The-Partial-type-class.md)." + , "[purescript-partial](https://pursuit.purescript.org/packages/purescript-partial/)." ] kindBoolean :: Declaration