Skip to content

Commit f45222a

Browse files
committed
Switch a link to HTTPS
1 parent 4cebd8b commit f45222a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Random.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ Both are building blocks that snap together with `map`, `map2`, etc. You can rea
728728
more about JSON decoders [here][json] to see the similarity.
729729
730730
[guide]: https://guide.elm-lang.org/
731-
[slack]: http://elmlang.herokuapp.com/
731+
[slack]: https://elmlang.herokuapp.com/
732732
[json]: https://guide.elm-lang.org/interop/json.html
733733
-}
734734
type Generator a =

0 commit comments

Comments
 (0)