From 1f9ec6f85e9a4b73129fcc7dcf6d4855fa6c23aa Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 19 Aug 2024 13:52:26 +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 | 2 +- algoliasearch/search/client.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3deae47e7..484d57fd0 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,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 Python, 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 Python, 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/search/client.py b/algoliasearch/search/client.py index 64334b701..a303c3f97 100644 --- a/algoliasearch/search/client.py +++ b/algoliasearch/search/client.py @@ -535,7 +535,7 @@ async def replace_all_objects( """ 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. - 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. """ tmp_index_name = self.create_temporary_name(index_name)