Skip to content

Commit fcda809

Browse files
fix path to faq.md in examples/rewrite/README.md (#10383)
1 parent 64e55d4 commit fcda809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/rewrite/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Rewriting can be controlled using the following annotations:
3131
[Captured groups](https://www.regular-expressions.info/refcapture.html) are saved in numbered placeholders, chronologically, in the form `$1`, `$2` ... `$n`. These placeholders can be used as parameters in the `rewrite-target` annotation.
3232

3333
!!! note
34-
Please see the [FAQ](../faq.md#validation-of-path) for Validation Of __`path`__
34+
Please see the [FAQ](../../faq.md#validation-of-path) for Validation Of __`path`__
3535

3636
Create an Ingress rule with a rewrite annotation:
3737

0 commit comments

Comments
 (0)