We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948c7ef commit 5ca6363Copy full SHA for 5ca6363
installers/mac/helper-scripts/elm-startup.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
3
-open 'http://elm-lang.org'
+open 'http://guide.elm-lang.org'
installers/win/Nsisfile.nsi
@@ -75,7 +75,7 @@ Function un.onInit
75
FunctionEnd
76
77
Function LaunchLink
78
- ExecShell "open" "https://elm-lang.org/get-started"
+ ExecShell "open" "https://guide.elm-lang.org"
79
80
81
;--------------------------------
0 commit comments