This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 038acfc  docs: use the build script which is more up-to-date. (#3814)
038acfc is described below

commit 038acfcc9b5e93732f71ad0e5148eb389e8284be
Author: 罗泽轩 <[email protected]>
AuthorDate: Fri Mar 12 15:26:15 2021 +0800

    docs: use the build script which is more up-to-date. (#3814)
---
 docs/en/latest/how-to-build.md        | 6 ++++++
 docs/en/latest/plugins/dubbo-proxy.md | 2 +-
 docs/zh/latest/how-to-build.md        | 6 ++++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/docs/en/latest/how-to-build.md b/docs/en/latest/how-to-build.md
index 885f20d..81fa6f8 100644
--- a/docs/en/latest/how-to-build.md
+++ b/docs/en/latest/how-to-build.md
@@ -171,3 +171,9 @@ Content-Type: text/html
 ... ...
 {"node":{...},"action":"get"}
 ```
+
+## 6. Build OpenResty for APISIX
+
+Some features require you to build OpenResty with extra Nginx modules.
+If you need those features, you can build OpenResty with
+[this build 
script](https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-openresty.sh).
diff --git a/docs/en/latest/plugins/dubbo-proxy.md 
b/docs/en/latest/plugins/dubbo-proxy.md
index 82ab574..59586b8 100644
--- a/docs/en/latest/plugins/dubbo-proxy.md
+++ b/docs/en/latest/plugins/dubbo-proxy.md
@@ -37,7 +37,7 @@ dubbo-proxy plugin allows you proxy HTTP request to 
[**dubbo**](http://dubbo.apa
 
 ## Requirement
 
-If you are using OpenResty, you need to build it with dubbo support, see [How 
to build](https://github.com/api7/mod_dubbo#how-to-build).
+If you are using OpenResty, you need to build it with dubbo support, see [how 
to build](../how-to-build.md#6-build-openresty-for-apisix)
 
 To make http2dubbo work in APISIX, we enhance the dubbo module based on 
Tengine's `mod_dubbo`. The modifications are contributed back to Tengine, but 
they are not included in the latest release version (Tengine-2.3.2) yet. So 
Tengine itself is unsupported.
 
diff --git a/docs/zh/latest/how-to-build.md b/docs/zh/latest/how-to-build.md
index 2b1705f..6735494 100644
--- a/docs/zh/latest/how-to-build.md
+++ b/docs/zh/latest/how-to-build.md
@@ -166,3 +166,9 @@ Content-Type: text/html
 ... ...
 {"node":{...},"action":"get"}
 ```
+
+## 6. 为 APISIX 构建 OpenResty
+
+有些功能需要你引入额外的 Nginx 模块到 OpenResty 当中。
+如果你需要这些功能,你可以用[这个脚本](https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-openresty.sh)
+构建 OpenResty。

Reply via email to