From b328642ed40de62e09ea527f22c1510e166a3c89 Mon Sep 17 00:00:00 2001 From: Jon Goldberg Date: Wed, 30 Mar 2022 12:02:06 -0400 Subject: [PATCH] [NFC] Fix URL documenting use of Batch entity --- Civi/Api4/Batch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Civi/Api4/Batch.php b/Civi/Api4/Batch.php index 90a03e0f16..5897176a7d 100644 --- a/Civi/Api4/Batch.php +++ b/Civi/Api4/Batch.php @@ -14,7 +14,7 @@ namespace Civi\Api4; * Batch entity. * * @searchable secondary - * @see https://docs.civicrm.org/user/en/latest/pledges/everyday-tasks/#batch-entry-of-pledges + * @see https://docs.civicrm.org/user/en/latest/contributions/accounting-integration/ * @since 5.37 * @package Civi\Api4 */ -- 2.25.1