Skip to content

Commit

Permalink
have the mac and windows installers open the guide
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Oct 9, 2019
1 parent 948c7ef commit 5ca6363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installers/mac/helper-scripts/elm-startup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

open 'http://elm-lang.org'
open 'http://guide.elm-lang.org'
2 changes: 1 addition & 1 deletion installers/win/Nsisfile.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Function un.onInit
FunctionEnd

Function LaunchLink
ExecShell "open" "https://elm-lang.org/get-started"
ExecShell "open" "https://guide.elm-lang.org"
FunctionEnd

;--------------------------------
Expand Down

0 comments on commit 5ca6363

Please sign in to comment.