diff --git a/src/Exporter/Xml.php b/src/Exporter/Xml.php index 0fd410a..6a1c9c2 100644 --- a/src/Exporter/Xml.php +++ b/src/Exporter/Xml.php @@ -11,7 +11,7 @@ class Xml extends Exporter */ public static function getDescription() { - return 'Build an XML file - schema available at http://mlocati.github.io/cldr-to-gettext-plural-rules/GettextLanguages.xsd'; + return 'Build an XML file - schema available at https://php-gettext.github.io/Languages/GettextLanguages.xsd'; } /** @@ -25,7 +25,7 @@ protected static function toStringDoWithOptions($languages, array $options) $xml->loadXML(''); $xLanguages = $xml->firstChild; foreach ($languages as $language) {