This is an automated email from the ASF dual-hosted git repository. juzhiyuan pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/asf-site by this push: new 1fa07218f45 Update .htaccess 1fa07218f45 is described below commit 1fa07218f453a6623beb372695140d8ad91b1d6d Author: 琚致远 / Zhiyuan Ju <juzhiy...@apache.org> AuthorDate: Sun May 7 00:32:37 2023 +0800 Update .htaccess --- .htaccess | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.htaccess b/.htaccess index 28e59b651ca..c8d55158c02 100644 --- a/.htaccess +++ b/.htaccess @@ -42,6 +42,8 @@ Redirect 302 "/contributor-workshop-signup" "https://docs.google.com/forms/d/1LU Redirect 302 "/guest-blog-post" "https://forms.gle/unQpSm7FyqkfaSSP8/" Redirect 302 /docs/apisix/getting-started/$ "/docs/apisix/getting-started/README/" Redirect 302 /zh/docs/apisix/getting-started/$ "/zh/docs/apisix/getting-started/README/" +Redirect 302 "/docs/apisix/getting/$" "/docs/apisix/getting-started/README/" +Redirect 302 "/zh/docs/apisix/getting-started/$" "/zh/docs/apisix/getting-started/README/" Redirect 301 "/docs/apisix/install" "/docs/apisix/how-to-build/" Redirect 301 "/docs/apisix/architecture-design/plugin/" "/docs/apisix/architecture-design/plugin-config/"