From c00916bc0efb70ed45c8bf7e8c06b136b22d50d7 Mon Sep 17 00:00:00 2001
From: algolia-bot
Date: Mon, 19 Aug 2024 13:52:12 +0000
Subject: [PATCH] docs: remove clients documentation (generated)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
https://github.com/algolia/api-clients-automation/pull/3526
Co-authored-by: algolia-bot
Co-authored-by: Clément Vannicatte
---
README.md | 4 ++--
algoliasearch/Utils/SearchClientExtensions.cs | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 75e6369c3..ee4a22676 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
- Documentation •
+ Documentation •
Community Forum •
Stack Overflow •
Report a bug •
@@ -98,7 +98,7 @@ Encountering an issue? Before reaching out to support, we recommend heading to o
## Contributing
-This repository hosts the code of the generated Algolia API client for CSharp, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/contributing/introduction).
+This repository hosts the code of the generated Algolia API client for CSharp, if you'd like to contribute, head over to the [main repository](https://github.com/algolia/api-clients-automation). You can also find contributing guides on [our documentation website](https://api-clients-automation.netlify.app/docs/introduction).
## 📄 License
diff --git a/algoliasearch/Utils/SearchClientExtensions.cs b/algoliasearch/Utils/SearchClientExtensions.cs
index a59e21966..474d29713 100644
--- a/algoliasearch/Utils/SearchClientExtensions.cs
+++ b/algoliasearch/Utils/SearchClientExtensions.cs
@@ -410,7 +410,7 @@ private static async Task RetryUntil(Func> func, Func val
/// Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are untouched.
/// 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.
/// Finally, the temporary one replaces the existing index. (Synchronous version)
- /// See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
+ /// See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
///
/// The index in which to perform the request.
/// The list of `objects` to store in the given Algolia `indexName`.
@@ -425,7 +425,7 @@ public ReplaceAllObjectsResponse ReplaceAllObjects(string indexName, IEnumera
/// Push a new set of objects and remove all previous ones. Settings, synonyms and query rules are untouched.
/// 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.
/// Finally, the temporary one replaces the existing index.
- /// See https://api-clients-automation.netlify.app/docs/contributing/add-new-api-client#5-helpers for implementation details.
+ /// See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
///
/// The index in which to perform the request.
/// The list of `objects` to store in the given Algolia `indexName`.