You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/examples/rewrite/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Rewriting can be controlled using the following annotations:
31
31
[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.
32
32
33
33
!!! 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`__
0 commit comments