Skip to content

Commit 5ca6363

Browse files
committed
have the mac and windows installers open the guide
1 parent 948c7ef commit 5ca6363

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
open 'http://elm-lang.org'
3+
open 'http://guide.elm-lang.org'

installers/win/Nsisfile.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Function un.onInit
7575
FunctionEnd
7676

7777
Function LaunchLink
78-
ExecShell "open" "https://elm-lang.org/get-started"
78+
ExecShell "open" "https://guide.elm-lang.org"
7979
FunctionEnd
8080

8181
;--------------------------------

0 commit comments

Comments
 (0)