Skip to content

Commit 2a019e4

Browse files
committed
Point everyone to the new install page
1 parent 5b16359 commit 2a019e4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/backend/Router.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ redirects =
142142
, "Community.elm" ==> "/community"
143143
, "Elm.elm" ==> "/"
144144
, "Examples.elm" ==> "/examples"
145-
, "Get-Started.elm" ==> "http://guide.elm-lang.org/get_started.html"
146-
, "get-started" ==> "http://guide.elm-lang.org/get_started.html"
147-
, "Install.elm" ==> "http://guide.elm-lang.org/get_started.html"
148-
, "install" ==> "http://guide.elm-lang.org/get_started.html"
145+
, "Get-Started.elm" ==> "http://guide.elm-lang.org/install.html"
146+
, "get-started" ==> "http://guide.elm-lang.org/install.html"
147+
, "Install.elm" ==> "http://guide.elm-lang.org/install.html"
148+
, "install" ==> "http://guide.elm-lang.org/install.html"
149149
, "Learn.elm" ==> "/docs"
150150
, "Libraries.elm" ==> "http://package.elm-lang.org"
151151
, "blog/Introducing-Elm-Reactor.elm" ==> "/blog/time-travel-made-easy"

src/pages/home.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ getStarted : Html msg
5151
getStarted =
5252
div [ class "get-started" ]
5353
[ a [ href "/try" ] [ text "Try Online" ]
54-
, a [ href "http://guide.elm-lang.org/get_started.html" ] [ text "Install" ]
54+
, a [ href "http://guide.elm-lang.org/install.html" ] [ text "Install" ]
5555
]
5656

5757

0 commit comments

Comments
 (0)