Skip to content

Commit dbce77d

Browse files
committed
Update runtime control link.
1 parent 2a9c747 commit dbce77d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ When building a production bundle it is recommended to pass the `--optimize` fla
132132

133133
#### RuntimeOptions (default `undefined`)
134134

135-
This allows you to control aspects of how `elm make` runs with [GHC Runtime Options](https://downloads.haskell.org/~ghc/7.10.1/docs/html/users_guide/runtime-control.html).
135+
This allows you to control aspects of how `elm make` runs with [GHC Runtime Options](https://downloads.haskell.org/~ghc/latest/docs/html/users_guide/runtime_control.html).
136136

137137
The 0.19 version of `elm make` supports a limited set of those options, the most useful of which is
138138
for profiling a build. To profile a build use the settings `runtimeOptions: '-s'`, which will print

0 commit comments

Comments
 (0)