Skip to content

Commit 108ba04

Browse files
algolia-botmillotpshortcuts
committed
fix(scala): prefix tags with v (generated)
algolia/api-clients-automation#5186 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com> Co-authored-by: shortcuts <vannicattec@gmail.com>
1 parent b18e9c2 commit 108ba04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algoliasearch/Utils/SearchClientExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ List<SearchForFacetValuesResponse> SearchForFacets(
230230
/// Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are untouched.
231231
/// Replace all objects in an index without any downtime. Internally, this method copies the existing index settings, synonyms and query rules and indexes all passed objects.
232232
/// Finally, the temporary one replaces the existing index.
233-
/// See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
233+
/// See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
234234
/// </summary>
235235
/// <param name="indexName">The index in which to perform the request.</param>
236236
/// <param name="objects">The list of `objects` to store in the given Algolia `indexName`.</param>

0 commit comments

Comments
 (0)