diff --git a/controller/Controller.class.php b/controller/Controller.class.php index 6585faa5..e0aa17b0 100644 --- a/controller/Controller.class.php +++ b/controller/Controller.class.php @@ -51,8 +51,8 @@ class Controller return static::redirect('https://s3.amazonaws.com/files.lbry.io/LBRY-deck.pdf', 307); case '/dl/lbry_setup.sh': return static::redirect('https://raw.githubusercontent.com/lbryio/lbry-setup/master/lbry_setup.sh', 307); - case '/Install-LBRY.dmg': - return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/Install+LBRY.dmg', 307); + case '/install-lbry-osx': + return static::redirect('https://s3.amazonaws.com/files.lbry.io/osx/lbry.0.2.0.dmg', 307); default: $noSlashUri = ltrim($uri, '/'); if (View::exists('page/' . $noSlashUri))