From 4eb31f425fc933b06f8860b6cdd9e1790ba065b5 Mon Sep 17 00:00:00 2001
From: Sybille Peters <sypets@gmx.de>
Date: Sat, 22 Feb 2020 18:51:04 +0100
Subject: [PATCH] [DOCS] Fix changelog for linkvalidator

Fix changelog for BrokenLinkRepository::getNumberOfBrokenLinks()
in linkvaildator

Resolves: #90494
Releases: master
Change-Id: Id94026971af93e8d0be0b2bd97ab5e783458a148
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63376
Tested-by: Oliver Bartsch <bo@cedev.de>
Tested-by: TYPO3com <noreply@typo3.com>
Tested-by: Susanne Moog <look@susi.dev>
Reviewed-by: Oliver Bartsch <bo@cedev.de>
Reviewed-by: Susanne Moog <look@susi.dev>
---
 ...rokenLinkRepositorygetNumberOfBrokenLinksInLinkvalidator.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/typo3/sysext/core/Documentation/Changelog/master/Deprecation-90390-DeprecateBrokenLinkRepositorygetNumberOfBrokenLinksInLinkvalidator.rst b/typo3/sysext/core/Documentation/Changelog/master/Deprecation-90390-DeprecateBrokenLinkRepositorygetNumberOfBrokenLinksInLinkvalidator.rst
index 29552b94d97c..0ff9a36f8493 100644
--- a/typo3/sysext/core/Documentation/Changelog/master/Deprecation-90390-DeprecateBrokenLinkRepositorygetNumberOfBrokenLinksInLinkvalidator.rst
+++ b/typo3/sysext/core/Documentation/Changelog/master/Deprecation-90390-DeprecateBrokenLinkRepositorygetNumberOfBrokenLinksInLinkvalidator.rst
@@ -29,6 +29,6 @@ deprecated function is no longer used in the core.
 Migration
 =========
 
-Use :php:`BrokenLinkRepository::getNumberOfBrokenLinks()` instead.
+Use :php:`BrokenLinkRepository::isLinkTargetBrokenLink()` instead.
 
 .. index:: Backend, NotScanned, ext:linkvalidator
-- 
GitLab