summaryrefslogtreecommitdiff
path: root/thirdparty/icu4c/common/unicode/unorm.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/icu4c/common/unicode/unorm.h')
-rw-r--r--thirdparty/icu4c/common/unicode/unorm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/icu4c/common/unicode/unorm.h b/thirdparty/icu4c/common/unicode/unorm.h
index c3c57582d4..38fb895155 100644
--- a/thirdparty/icu4c/common/unicode/unorm.h
+++ b/thirdparty/icu4c/common/unicode/unorm.h
@@ -115,7 +115,7 @@
* unorm_normalize(UNORM_FCD) may be implemented with UNORM_NFD.
*
* For more details on FCD see the collation design document:
- * http://source.icu-project.org/repos/icu/icuhtml/trunk/design/collation/ICU_collation_design.htm
+ * https://htmlpreview.github.io/?https://github.com/unicode-org/icu-docs/blob/main/design/collation/ICU_collation_design.htm
*
* ICU collation performs either NFD or FCD normalization automatically if normalization
* is turned on for the collator object.