From fb169a27de86ea06194e1edeece6f5a4e0859eb4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Wed, 3 Feb 2021 10:57:00 +0100 Subject: [PATCH] Fix reference URL for Unicode plural rules --- wcfsetup/install/files/lib/system/language/I18nPlural.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/system/language/I18nPlural.class.php b/wcfsetup/install/files/lib/system/language/I18nPlural.class.php index 599dff6713..485114a184 100644 --- a/wcfsetup/install/files/lib/system/language/I18nPlural.class.php +++ b/wcfsetup/install/files/lib/system/language/I18nPlural.class.php @@ -14,7 +14,7 @@ use wcf\system\WCF; * @license GNU Lesser General Public License * @package WoltLabSuite\Core\System\Language * @since 5.3 - * @see https://unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html + * @see https://unicode-org.github.io/cldr-staging/charts/latest/supplemental/language_plural_rules.html */ class I18nPlural { -- 2.20.1