From 951ca46b8c6b792fa4ad2e03864d14f400e9a797 Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 5 Mar 2020 10:01:30 +0000 Subject: [PATCH] =?UTF-8?q?Issue=20#3117188=20by=20dww,=20G=C3=A1bor=20Hoj?= =?UTF-8?q?tsy:=20Change=20@todo=20comment=20in=20core/modules/update/src/?= =?UTF-8?q?ProjectSecurityData.php=20to=20point=20to=20a=20better=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/modules/update/src/ProjectSecurityData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/update/src/ProjectSecurityData.php b/core/modules/update/src/ProjectSecurityData.php index 171b130e35f7..e86a5845c268 100644 --- a/core/modules/update/src/ProjectSecurityData.php +++ b/core/modules/update/src/ProjectSecurityData.php @@ -144,7 +144,7 @@ public function getCoverageInfo() { /** * Gets the release the current minor will receive security coverage until. * - * @todo In https://www.drupal.org/node/2608062 determine how we will know + * @todo In https://www.drupal.org/node/2998285 determine how we will know * what the final minor release of a particular major version will be. This * method should not return a version beyond that minor. * -- GitLab