Skip to content

Commit 98a31d0

Browse files
algolia-botmillotpshortcuts
committed
fix(scala): prefix tags with v (generated)
algolia/api-clients-automation#5186 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]> Co-authored-by: shortcuts <[email protected]>
1 parent 5c07f9d commit 98a31d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/client-search/builds/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function searchClient(appId: string, apiKey: string, options?: ClientOpti
9999

100100
/**
101101
* Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
102-
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
102+
* See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
103103
*
104104
* @summary Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
105105
* @param accountCopyIndex - The `accountCopyIndex` object.

packages/client-search/builds/node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ export function searchClient(appId: string, apiKey: string, options?: ClientOpti
9999

100100
/**
101101
* Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
102-
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
102+
* See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
103103
*
104104
* @summary Helper: Copies the given `sourceIndexName` records, rules and synonyms to an other Algolia application for the given `destinationIndexName`.
105105
* @param accountCopyIndex - The `accountCopyIndex` object.

packages/client-search/src/searchClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ export function createSearchClient({
627627

628628
/**
629629
* Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
630-
* See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
630+
* See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
631631
*
632632
* @summary Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
633633
* @param replaceAllObjects - The `replaceAllObjects` object.

0 commit comments

Comments
 (0)