Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update erlang downloads links on docs #986

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/src/guide/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@ MSYS2 in order to use Erlang.mk.

Erlang.mk requires Erlang/OTP to be installed. The OTP team
provides binaries of Erlang/OTP for all major and minor releases,
available from the http://www.erlang.org/download.html[official download page].
available from the https://www.erlang.org/downloads[official download page].
It is recommended that you use the 64-bit installer unless
technically impossible. Please follow the instructions from
the installer to complete the installation.

The OTP team also provides a short guide to
http://www.erlang.org/download.html[installing Erlang/OTP on Windows]
https://www.erlang.org/downloads[installing Erlang/OTP on Windows]
if you need additional references.

You can install Erlang/OTP silently using the `/S` switch
Expand Down