From 70b561c7100b0743c8a858a74479b56dbed90000 Mon Sep 17 00:00:00 2001 From: h7ml Date: Tue, 25 Jun 2024 23:03:33 +0800 Subject: [PATCH] docs(erlang): update docs/erlang.md (#676) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(docs): add Erlang cheat sheet Create an Erlang备忘清单 in markdown format to document common commands and operations for Erlang programming, including入门, 代码结构, 常用内置函数 (BIFs), 并发编程, 错误处理, 分布式编程, OTP框架, 和测试. This cheat sheet aims to provide a quick reference for Erlang developers and learners, summarizing key points and examples for various aspects of the language. * docs(erlang): update links and clean up markdown formatting - Update Erlang documentation links. --- docs/erlang.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/erlang.md b/docs/erlang.md index 26c473f74fa..7b405ced4a8 100644 --- a/docs/erlang.md +++ b/docs/erlang.md @@ -447,4 +447,4 @@ erl -eval "eunit:test(module_name)" -s init stop --- - [Erlang 官方文档](https://www.erlang.org/docs) -- [Erlang 编程书籍](https://www.erlang.org/books) +- [Erlang 编程书籍](https://learnyousomeerlang.com/content)