diff --git a/books/free-programming-books-zh.md b/books/free-programming-books-zh.md
index 2bc285a80..c729987c5 100644
--- a/books/free-programming-books-zh.md
+++ b/books/free-programming-books-zh.md
@@ -198,6 +198,9 @@
* [南瓜书PumpkinBook](https://datawhalechina.github.io/pumpkin-book) - Datawhale
* [深度学习500问](https://github.com/scutan90/DeepLearning-500-questions) - scutan90
* [神经网络与深度学习](https://nndl.github.io) - 邱锡鹏
+* [LangChain 中文入门教程](https://github.com/liaokongVFX/LangChain-Chinese-Getting-Started-Guide) - liaokongVFX
+* [LLM 部署开发手册](https://github.com/bytedance/llm-deployment-cookbook) - 字节跳动技术团队
+* [面向开发者的大模型手册](https://github.com/ricklamers/llm-developer-handbook-zh) - ricklamers, 中文社区翻译
### 软件开发方法
diff --git a/docs/CONTRIBUTING-zh.md b/docs/CONTRIBUTING-zh.md
index cb6ffd965..38cf97b81 100644
--- a/docs/CONTRIBUTING-zh.md
+++ b/docs/CONTRIBUTING-zh.md
@@ -1,4 +1,4 @@
-*[阅读本文的其他语言版本](README.md#nslations)*
+*[阅读本文的其他语言版本](README.md#translations)*
## 贡献者许可协议
@@ -8,7 +8,7 @@
## 贡献者行为准则
-请同意并遵循此[行为准则](CODE_OF_CONDUCT.md)参与贡献。([translations](README.md#nslations))
+请同意并遵循此[行为准则](CODE_OF_CONDUCT.md)参与贡献。([translations](README.md#translations))
## 概要
@@ -52,7 +52,7 @@
* 请确保您提交的每本书确实是免费的。 如果需要,请仔细检查其状态。 如果您可以在 PR 中解释为什么您认为这本书是免费的,这对管理员会有帮助。
* 我们不接受存储在Google Drive、Dropbox、Mega、Scribd、Issuu和其他类似文件上传平台上的文件。
-* 请按照字母顺序插入链接, as described [below](#alphabetical-order).
+* 请按照[下文](#按字母顺序)说明的字母顺序插入链接.
* 使用最权威来源的链接(意思是原作者的网站比编辑的网站好,比第三方网站好)。
* 没有文件托管服务(包括(但不限于)Dropbox和谷歌驱动器链接)。
* 优先选择使用 `https` 链接,而不是 `http` 链接 -- 只要它们位于相同的域并提供相同的内容。
@@ -167,10 +167,10 @@
正确:* [马上出版的一本书](http://example.com/book2.html) - 张显宗 (HTML) *( :construction: 翻译中)*
```
-- Archived link:
+存档链接:
```text
- 正确: * [A Way-backed Interesting Book](https://web.archive.org/web/20211016123456/http://example.com/) - John Doe (HTML) *( :card_file_box: archived)*
+ 正确: * [A Way-backed Interesting Book](https://web.archive.org/web/20211016123456/http://example.com/) - John Doe (HTML) *( :card_file_box: 已存档)*
```
### 按字母顺序