diff --git a/src/Json/Decode.elm b/src/Json/Decode.elm index 96509ef..f957fc6 100644 --- a/src/Json/Decode.elm +++ b/src/Json/Decode.elm @@ -30,11 +30,11 @@ JSON decoders][guide] to get a feel for how this library works! # Mapping -**Note:** If you run out of map functions, take a look at [elm-decode-pipeline][pipe] +**Note:** If you run out of map functions, take a look at [elm-json-decode-pipeline][pipe] which makes it easier to handle large objects, but produces lower quality type errors. -[pipe]: /packages/NoRedInk/elm-decode-pipeline/latest +[pipe]: /packages/NoRedInk/elm-json-decode-pipeline/latest @docs map, map2, map3, map4, map5, map6, map7, map8