SkyeYoung commented on code in PR #1577:
URL: https://github.com/apache/apisix-website/pull/1577#discussion_r1186712639


##########
.htaccess:
##########
@@ -40,7 +40,8 @@ Redirect 302 "/slack" 
"https://join.slack.com/t/the-asf/shared_invite/zt-1ugrg37
 Redirect 302 "/community-meeting-signup" 
"https://docs.google.com/forms/d/1C9bIJ3eh0bQrBdv4rPGxHDUvX4giNQ_IRCmDDOQ2mgE/";
 Redirect 302 "/contributor-workshop-signup" 
"https://docs.google.com/forms/d/1LUER3R9-aFsUm7MhjVd_CM1xAGnkuWIe62prFH5aqAE/";
 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"

Review Comment:
   ```suggestion
   Redirect 302 "/docs/apisix/getting-started/$" 
"/docs/apisix/getting-started/README/"
   Redirect 302 "/zh/docs/apisix/getting-started/$" 
"/zh/docs/apisix/getting-started/README/"
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to