From 9ce8a7568418c328b9bda3f48ca7818f5ab38279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Keyhan=20Jannat=20Khah=20=E2=98=95?= Date: Wed, 29 May 2024 13:41:52 +0330 Subject: [PATCH 1/2] Update README.md link is broken --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 13367ae75c48..1902be2093ca 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ **Erlang** is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. -**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). +**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] +(https://www.erlang.org/doc/system/getting_started.html). [Learn how to program in Erlang](http://learnyousomeerlang.com/). From 2d974b2b633de1abfff99b49ed9deb3b5dac9a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Keyhan=20Jannat=20Khah=20=E2=98=95?= Date: Wed, 29 May 2024 14:42:37 +0330 Subject: [PATCH 2/2] Update README.md Co-authored-by: Lukas Larsson --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1902be2093ca..e082f6c9db62 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ **Erlang** is a programming language and runtime system for building massively scalable soft real-time systems with requirements on high availability. -**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] -(https://www.erlang.org/doc/system/getting_started.html). +**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](https://www.erlang.org/doc/system/getting_started.html). [Learn how to program in Erlang](http://learnyousomeerlang.com/).