Fix reference URL for Unicode plural rules
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 3 Feb 2021 09:57:00 +0000 (10:57 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 3 Feb 2021 09:57:00 +0000 (10:57 +0100)
wcfsetup/install/files/lib/system/language/I18nPlural.class.php

index 599dff67131dfeba90a850f290e054a99ba6771e..485114a184b837bf44efef81d58518598b768470 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
  * @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
  * @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
 {