From f58128c12ac136680751b00c6d4f53b4381f878e Mon Sep 17 00:00:00 2001 From: Yilin Zeng <36651058+yzeng25@users.noreply.github.com> Date: Tue, 20 Feb 2024 14:44:30 +0800 Subject: [PATCH] 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 -------