Skip to content

Commit bea3494

Browse files
algolia-botkai687shortcuts
committed
fix(specs): broken link (generated)
algolia/api-clients-automation#3559 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Kai Welke <[email protected]> Co-authored-by: shortcuts <[email protected]>
1 parent b985e9f commit bea3494

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

algoliasearch/src/main/java/com/algolia/api/SearchClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ public CompletableFuture<DeleteApiKeyResponse> deleteApiKeyAsync(@Nonnull String
14811481
/**
14821482
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of
14831483
* object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the
1484-
* records using the [`batch` operation](tag/Records/operation/batch).
1484+
* records using the [`batch` operation](#tag/Records/operation/batch).
14851485
*
14861486
* @param indexName Name of the index on which to perform the operation. (required)
14871487
* @param deleteByParams (required)
@@ -1497,7 +1497,7 @@ public DeletedAtResponse deleteBy(@Nonnull String indexName, @Nonnull DeleteByPa
14971497
/**
14981498
* This operation doesn't accept empty queries or filters. It's more efficient to get a list of
14991499
* object IDs with the [`browse` operation](#tag/Search/operation/browse), and then delete the
1500-
* records using the [`batch` operation](tag/Records/operation/batch).
1500+
* records using the [`batch` operation](#tag/Records/operation/batch).
15011501
*
15021502
* @param indexName Name of the index on which to perform the operation. (required)
15031503
* @param deleteByParams (required)
@@ -1510,7 +1510,7 @@ public DeletedAtResponse deleteBy(@Nonnull String indexName, @Nonnull DeleteByPa
15101510
/**
15111511
* (asynchronously) This operation doesn't accept empty queries or filters. It's more efficient to
15121512
* get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then
1513-
* delete the records using the [`batch` operation](tag/Records/operation/batch).
1513+
* delete the records using the [`batch` operation](#tag/Records/operation/batch).
15141514
*
15151515
* @param indexName Name of the index on which to perform the operation. (required)
15161516
* @param deleteByParams (required)
@@ -1538,7 +1538,7 @@ public CompletableFuture<DeletedAtResponse> deleteByAsync(
15381538
/**
15391539
* (asynchronously) This operation doesn't accept empty queries or filters. It's more efficient to
15401540
* get a list of object IDs with the [`browse` operation](#tag/Search/operation/browse), and then
1541-
* delete the records using the [`batch` operation](tag/Records/operation/batch).
1541+
* delete the records using the [`batch` operation](#tag/Records/operation/batch).
15421542
*
15431543
* @param indexName Name of the index on which to perform the operation. (required)
15441544
* @param deleteByParams (required)

0 commit comments

Comments
 (0)