Skip to content

Commit db462bf

Browse files
committed
Fix old http URLs
1 parent 8d347c5 commit db462bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rel/vm.args.eex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
-code_path_choice strict
2929

3030
## Disable scheduler busy wait to reduce idle CPU usage and avoid delaying
31-
## other OS processes. See http://erlang.org/doc/man/erl.html#+sbwt
31+
## other OS processes. See https://www.erlang.org/doc/apps/erts/erl_cmd.html#+sbwt
3232
+sbwt none
3333
+sbwtdcpu none
3434
+sbwtdio none
3535

3636
## Save the shell history between reboots
37-
## See http://erlang.org/doc/man/kernel_app.html for additional options
37+
## See https://www.erlang.org/doc/apps/kernel/kernel_app for additional options
3838
-kernel shell_history enabled
3939

4040
## Enable heartbeat monitoring of the Erlang runtime system

0 commit comments

Comments
 (0)