From 9a367c9f47df68164d66477aadd7d2787a901b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sun, 30 Jan 2022 00:15:47 +0100 Subject: [PATCH] Use GitHub URLs for Erlang Windows installer --- erlang.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erlang.csv b/erlang.csv index 2b0089ad4..415ce4594 100644 --- a/erlang.csv +++ b/erlang.csv @@ -1,5 +1,5 @@ version_otp,version_erts,url_win32,url_win64 -24.1,12.1,https://www.erlang.org/download/otp_win32_24.1.4.exe,https://www.erlang.org/download/otp_win64_24.1.4.exe +24.1,12.1,https://github.com/erlang/otp/releases/download/OTP-24.1.7/otp_win32_24.1.7.exe,https://github.com/erlang/otp/releases/download/OTP-24.1.7/otp_win64_24.1.7.exe 24.0,12.0,https://github.com/erlang/otp/releases/download/OTP-24.0.6/otp_win32_24.0.6.exe,https://github.com/erlang/otp/releases/download/OTP-24.0.6/otp_win64_24.0.6.exe 23.3,11.2,https://github.com/erlang/otp/releases/download/OTP-23.3.4.8/otp_win32_23.3.4.8.exe,https://github.com/erlang/otp/releases/download/OTP-23.3.4.8/otp_win64_23.3.4.8.exe 22.3,10.7,http://www.erlang.org/download/otp_win32_22.3.exe,http://www.erlang.org/download/otp_win64_22.3.exe