This is an automated email from the ASF dual-hosted git repository.
sylviasu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0c15d6c22ef docs: update build apisix and build java plugin web link
(#1286)
0c15d6c22ef is described below
commit 0c15d6c22ef77fc4ae2f202ef8d3fff045bab557
Author: monkeyDluffy6017 <[email protected]>
AuthorDate: Mon Aug 15 17:23:52 2022 +0800
docs: update build apisix and build java plugin web link (#1286)
* docs: update build apisix and build java plugin web link
Co-authored-by: tzssangglass <[email protected]>
Co-authored-by: 琚致远 <[email protected]>
Co-authored-by: tzssangglass <[email protected]>
---
blog/en/blog/2021/06/21/use-Java-to-write-Apache-APISIX-plugins.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/blog/en/blog/2021/06/21/use-Java-to-write-Apache-APISIX-plugins.md
b/blog/en/blog/2021/06/21/use-Java-to-write-Apache-APISIX-plugins.md
index 3af2c1a0e77..c8ad71851d1 100644
--- a/blog/en/blog/2021/06/21/use-Java-to-write-Apache-APISIX-plugins.md
+++ b/blog/en/blog/2021/06/21/use-Java-to-write-Apache-APISIX-plugins.md
@@ -47,7 +47,7 @@ The order of execution of multiple programming languages
plugins is defined in t
## Building Development Environment
-First, you need to build the Apache APISIX runtime or development environment,
please refer to [Build Apache
APISIX](https://github.com/apache/apisix/blob/master/docs/en/latest/how-to-build.md),
and [Build
apisix-java-plugin-runner](https://github.com/apache/apisix-java-plugin-runner/blob/main/docs/development.md).
+First, you need to build the Apache APISIX runtime or development environment,
please refer to [Build Apache
APISIX](https://github.com/apache/apisix/blob/master/docs/en/latest/building-apisix.md),
and [Build
apisix-java-plugin-runner](https://github.com/apache/apisix-java-plugin-runner/blob/main/docs/en/latest/development.md).
Note: Apache APISIX and apisix-java-plugin-runner need to be located on the
same instance.