This is an automated email from the ASF dual-hosted git repository. monkeydluffy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git
The following commit(s) were added to refs/heads/main by this push: new f58128c fix: update development doc link in installation-guide.md (#304) f58128c is described below commit f58128c12ac136680751b00c6d4f53b4381f878e Author: Yilin Zeng <36651058+yzen...@users.noreply.github.com> AuthorDate: Tue Feb 20 14:44:30 2024 +0800 fix: update development doc link in installation-guide.md (#304) --- docs/en/latest/installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/latest/installation-guide.md b/docs/en/latest/installation-guide.md index 1d65605..e152c40 100644 --- a/docs/en/latest/installation-guide.md +++ b/docs/en/latest/installation-guide.md @@ -102,7 +102,7 @@ public class RewriteRequestDemoFilter implements PluginFilter { } ``` -You can refer to [development](./development.md) to learn how to write custom plugins. +You can refer to [Development](development.md) to learn how to write custom plugins. Demo -------