diff --git a/modules/CrossOver.php b/modules/CrossOver.php index f0e7043..678b643 100644 --- a/modules/CrossOver.php +++ b/modules/CrossOver.php @@ -5,7 +5,7 @@ class CrossOver extends PatchBase { parent::__construct('CodeWeavers', 'CrossOver', 'https://www.codeweavers.com/products'); } function check() : bool { - if ($this->fetch('https://www.codeweavers.com/products/more-information/changelog')) + if ($this->fetch('https://www.codeweavers.com/crossover/changelog')) return $this->parse('/([\d\.]+)<\/b>\s*CrossOver/'); return false; }