ICU-21849 Fix Broken Link from general Transforms

This commit is contained in:
Xiao Tianci 2022-02-11 14:33:29 +08:00 committed by Elango
parent 039ecd6fd0
commit 66c8326280

View file

@ -1264,8 +1264,7 @@ regular expressions can't account for the interaction and ordering of characters
and rules. (You can, however, simulate the regex behavior with transform rules
by using a transform rule to split the conversion rules into passes.)
For more details on constructing rules, see the [Transliterator Rule
Tutorial](rules.md) .
For more details on constructing rules, see the [Transliterator Rule Tutorial](./rules.md).
## Script Transliterator Sources