Skip to content

Commit 3e3982b

Browse files
committed
Use direct links
1 parent 0899234 commit 3e3982b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ This package allows you to create Elm programs that run in browsers.
1111

1212
You can see the outline of that learning path in the `Browser` module. It lets you create Elm programs with the following functions:
1313

14-
1. [`sandbox`](Browser#sandbox) — react to user input, like buttons and checkboxes
15-
2. [`element`](Browser#element) — talk to the outside world, like HTTP and JS interop
16-
3. [`document`](Browser#document) &mdash; control the `<title>` and `<body>`
17-
4. [`application`](Browser#application) &mdash; create single-page apps
14+
1. [`sandbox`](https://package.elm-lang.org/packages/elm/browser/latest/Browser#sandbox) &mdash; react to user input, like buttons and checkboxes
15+
2. [`element`](https://package.elm-lang.org/packages/elm/browser/latest/Browser#element) &mdash; talk to the outside world, like HTTP and JS interop
16+
3. [`document`](https://package.elm-lang.org/packages/elm/browser/latest/Browser#document) &mdash; control the `<title>` and `<body>`
17+
4. [`application`](https://package.elm-lang.org/packages/elm/browser/latest/Browser#application) &mdash; create single-page apps
1818

1919
This order works well because important concepts and techniques are introduced at each stage. If you jump ahead, it is like building a house by starting with the roof! So again, **work through [guide.elm-lang.org][guide] to see examples and really *understand* how Elm works!**
2020

0 commit comments

Comments
 (0)