File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ getStarted : Html msg
5151getStarted =
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
You can’t perform that action at this time.
0 commit comments