Skip to content

docs(proxy-rewrite): fix regex_uri example typos#13535

Open
moying2026 wants to merge 1 commit into
apache:masterfrom
moying2026:auto/issue-13283
Open

docs(proxy-rewrite): fix regex_uri example typos#13535
moying2026 wants to merge 1 commit into
apache:masterfrom
moying2026:auto/issue-13283

Conversation

@moying2026

Copy link
Copy Markdown

Summary

Fix two typos in the regex_uri example in proxy-rewrite documentation.

Changes

  • docs/en/latest/plugins/proxy-rewrite.md: Fixed regex example
  • docs/zh/latest/plugins/proxy-rewrite.md: Fixed same regex example

Issues Fixed

  1. Extra space in regex capture groups: (. *)(.*)
  2. Missing opening quote for second pattern: ^/theothers/*""^/theothers/*"

Fixes #13283

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible

Fix two issues in the regex_uri example:
1. Remove extra space in regex capture groups: (. *) -> (.*)
2. Add missing opening quote for second pattern

Fixes apache#13283
@dosubot dosubot Bot added size:XS This PR changes 0-9 lines, ignoring generated files. doc Documentation things labels Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Documentation things size:XS This PR changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant