diff options
author | Kenneth Lundin <[email protected]> | 2019-03-12 17:24:39 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-03-12 17:24:39 +0100 |
commit | f07092b40e1e6070ff5c51225aa0fc050e506137 (patch) | |
tree | 0701f18771c99e1beb2d0b9c6a04bc1a85749f22 | |
parent | 1518224b7f955dfb8cdef04eac89d8f6df1694a1 (diff) | |
download | otp-f07092b40e1e6070ff5c51225aa0fc050e506137.tar.gz otp-f07092b40e1e6070ff5c51225aa0fc050e506137.tar.bz2 otp-f07092b40e1e6070ff5c51225aa0fc050e506137.zip |
Adding a link to release notes for all OTP versions
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,8 @@ **OTP** is a set of Erlang libraries, which consists of the Erlang runtime system, a number of ready-to-use components mainly written in Erlang, and a set of design principles for Erlang programs. [Learn more about Erlang and OTP](http://erlang.org/doc/system_architecture_intro/sys_arch_intro.html). +[Release notes](http://erlang.org/download/otp_versions_tree.html) for all OTP versions. + [Learn how to program in Erlang](http://learnyousomeerlang.com/content). ## Examples |