Adobe Reader: change link to release overview page

This commit is contained in:
Steffen Lange 2021-02-15 14:38:38 +01:00
parent 713debd165
commit 9e90c8a92a

View file

@ -2,7 +2,7 @@
class AdobeReader extends PatchBase {
function __construct() {
parent::__construct('Adobe', 'Acrobat Reader', 'https://get.adobe.com/reader/');
parent::__construct('Adobe', 'Acrobat Reader', 'https://www.adobe.com/devnet-docs/acrobatetk/tools/ReleaseNotesDC/index.html');
$this->patch->setBranch('DC');
}
function check() : bool {