Skip to content

Commit

Permalink
Switch to HTTPS links
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoppmann committed Oct 5, 2019
1 parent 0933b6c commit 4e96d65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Every Elm project needs this package!

It provides **basic functionality** like addition and subtraction as well as **data structures** like lists, dictionaries, and sets.

> **New to Elm?** Go to [elm-lang.org](http://elm-lang.org) for an overview.
> **New to Elm?** Go to [elm-lang.org](https://elm-lang.org) for an overview.

## Default Imports
Expand Down
2 changes: 1 addition & 1 deletion hints/5.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you let their support team know about this error, please give them a link to

## Info for Developers

Trying to use `(==)` on functions. There is no way to know if functions are "the same" in the Elm sense. You can read more about why it works this way [here](http://package.elm-lang.org/packages/elm-lang/core/latest/Basics#==). The root cause may be in your code or in a dependency.
Trying to use `(==)` on functions. There is no way to know if functions are "the same" in the Elm sense. You can read more about why it works this way [here](https://package.elm-lang.org/packages/elm-lang/core/latest/Basics#==). The root cause may be in your code or in a dependency.

You can get more detailed information on when this happens if you can reproduce the error in dev mode.

Expand Down

0 comments on commit 4e96d65

Please sign in to comment.