From 66c83262804f8752f4a87753f6a325e8f40febf5 Mon Sep 17 00:00:00 2001 From: Xiao Tianci Date: Fri, 11 Feb 2022 14:33:29 +0800 Subject: [PATCH] ICU-21849 Fix Broken Link from general Transforms --- docs/userguide/transforms/general/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/userguide/transforms/general/index.md b/docs/userguide/transforms/general/index.md index e927b2cf8fb..6f0ec54b69d 100644 --- a/docs/userguide/transforms/general/index.md +++ b/docs/userguide/transforms/general/index.md @@ -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