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)