From f1295eb4511c163c95ab30ef60ec4faa2ba8c8df Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Tue, 20 Aug 2024 14:42:00 +0000 Subject: [PATCH] fix(specs): broken link (generated) https://github.com/algolia/api-clients-automation/pull/3559 Co-authored-by: algolia-bot Co-authored-by: Kai Welke Co-authored-by: shortcuts --- Sources/Search/SearchClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Search/SearchClient.swift b/Sources/Search/SearchClient.swift index 9cba47c9..d056a163 100644 --- a/Sources/Search/SearchClient.swift +++ b/Sources/Search/SearchClient.swift @@ -1043,7 +1043,7 @@ open class SearchClient { // This operation doesn't accept empty queries or filters. It's more efficient to get a list of object IDs with the // [`browse` operation](#tag/Search/operation/browse), and then delete the records using the [`batch` - // operation](tag/Records/operation/batch). + // operation](#tag/Records/operation/batch). // Required API Key ACLs: // - deleteIndex //