Update links to latest documentation

This commit is contained in:
katbow
2017-01-17 16:00:26 +00:00
parent 8c5472d344
commit 70ff70728f

View File

@@ -21,7 +21,7 @@ all =
-- TODO return True if the given Result is an Err of some sort, -- TODO return True if the given Result is an Err of some sort,
-- and False if it is an Ok of some sort. -- and False if it is an Ok of some sort.
-- --
-- Result docs: http://package.elm-lang.org/packages/elm-lang/core/4.0.1/Result -- Result docs: http://package.elm-lang.org/packages/elm-lang/core/latest/Result
False False
in in
json json
@@ -46,8 +46,8 @@ all =
-- TODO convert this to a fuzz test that generates a random -- TODO convert this to a fuzz test that generates a random
-- list of ids instead of this hardcoded list of three ids. -- list of ids instead of this hardcoded list of three ids.
-- --
-- fuzz test docs: http://package.elm-lang.org/packages/project-fuzzball/test/2.0.1/Test#fuzz -- fuzz test docs: http://package.elm-lang.org/packages/elm-community/elm-test/latest/Test#fuzz
-- Fuzzer docs: http://package.elm-lang.org/packages/project-fuzzball/test/2.0.1/Fuzz -- Fuzzer docs: http://package.elm-lang.org/packages/project-fuzzball/test/6.0.0
ids = ids =
[ 12, 5, 76 ] [ 12, 5, 76 ]