From 21146a57c1bc9f392e7aa1bc07a3c530ecda1665 Mon Sep 17 00:00:00 2001 From: Marci W <333176+marciw@users.noreply.github.com> Date: Tue, 6 May 2025 11:22:48 -0400 Subject: [PATCH] [Docs] Fix broken link to RTD helpers page (#2958) * Fix broken link to RTD helpers page * Update index.md * remove circular redirect (cherry picked from commit 67d186b782238ef799716b87ca5f4dba48e2bab0) --- docs/reference/client-helpers.md | 2 +- docs/reference/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/client-helpers.md b/docs/reference/client-helpers.md index 38cea019d..08f480e23 100644 --- a/docs/reference/client-helpers.md +++ b/docs/reference/client-helpers.md @@ -5,7 +5,7 @@ mapped_pages: # Client helpers [client-helpers] -You can find here a collection of simple helper functions that abstract some specifics of the raw API. For detailed examples, refer to [this page](https://elasticsearch-py.readthedocs.io/en/stable/helpers.html). +You can find here a collection of simple helper functions that abstract some specifics of the raw API. ## Bulk helpers [bulk-helpers] diff --git a/docs/reference/index.md b/docs/reference/index.md index 41c7883f2..6046d7801 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -46,7 +46,7 @@ The client’s features include: * Thread safety * Pluggable architecture -The client also contains a convenient set of [helpers](https://elasticsearch-py.readthedocs.org/en/master/helpers.md) for some of the more engaging tasks like bulk indexing and reindexing. +The client also contains a convenient set of [helpers](client-helpers.md) for some of the more engaging tasks like bulk indexing and reindexing. ## Elasticsearch Python DSL [_elasticsearch_python_dsl]