Skip to content

Commit

Permalink
Fix link to latest decode pipeline
Browse files Browse the repository at this point in the history
Fix #6
  • Loading branch information
evancz committed Sep 30, 2018
1 parent 8329d3f commit 079c965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Json/Decode.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 079c965

Please sign in to comment.