From 392d2e35b2bf21d5098ca8a5783532f15c5436ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Fr=C3=A4nkel?= Date: Fri, 12 Jul 2024 08:28:19 +0200 Subject: [PATCH] Update according to Traky's suggestion Co-authored-by: Traky Deng --- blog/en/blog/2024/07/18/advanced-url-rewrite-apisix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/en/blog/2024/07/18/advanced-url-rewrite-apisix.md b/blog/en/blog/2024/07/18/advanced-url-rewrite-apisix.md index fdf7a62743d0dc..4dc663c01a44ae 100644 --- a/blog/en/blog/2024/07/18/advanced-url-rewrite-apisix.md +++ b/blog/en/blog/2024/07/18/advanced-url-rewrite-apisix.md @@ -79,7 +79,7 @@ You can expose the `/products/1` REST-friendly URL and let APISIX rewrite it for ## Conclusion -I've described using the proxy-rewrite plugin with a path variable in this post. You can reuse the same technique with multiple variables. Keep also in mind that the `serverless` plugin is a hidden jewel; it can help you with small Lua snippets before moving to a full-fledged plugin. +I've described using the `proxy-rewrite` plugin with a path variable in this post. You can reuse the same technique with multiple variables. Keep also in mind that the `serverless` plugin is a hidden jewel; it can help you with small Lua snippets before moving to a full-fledged plugin. **To go further:**