From: Tim Düsterhus Date: Wed, 3 Feb 2021 09:57:00 +0000 (+0100) Subject: Fix reference URL for Unicode plural rules X-Git-Tag: 5.4.0_Alpha_1~321 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fb169a27de86ea06194e1edeece6f5a4e0859eb4;p=GitHub%2FWoltLab%2FWCF.git Fix reference URL for Unicode plural rules --- 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 {