From 6153f2ef853e5f150f8c2c62179edb84a7f09156 Mon Sep 17 00:00:00 2001 From: Elango Cheran Date: Thu, 10 Oct 2024 10:49:09 -0700 Subject: [PATCH] ICU-22774 Fix URL typo in error message --- icu4c/source/common/putil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/common/putil.cpp b/icu4c/source/common/putil.cpp index 4cf07797ba3..ea15fdff0b0 100644 --- a/icu4c/source/common/putil.cpp +++ b/icu4c/source/common/putil.cpp @@ -76,7 +76,7 @@ #include #ifndef U_COMMON_IMPLEMENTATION -#error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see https://unicode-org.github.io/icu/userguide/howtouseicu +#error U_COMMON_IMPLEMENTATION not set - must be set for all ICU source files in common/ - see https://unicode-org.github.io/icu/userguide/icu/howtouseicu.html #endif