Skip to content

Commit 67d186b

Browse files
authored
[Docs] Fix broken link to RTD helpers page (#2958)
* Fix broken link to RTD helpers page * Update index.md * remove circular redirect
1 parent 5b610f6 commit 67d186b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/client-helpers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mapped_pages:
55

66
# Client helpers [client-helpers]
77

8-
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).
8+
You can find here a collection of simple helper functions that abstract some specifics of the raw API.
99

1010

1111
## Bulk helpers [bulk-helpers]

docs/reference/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The client’s features include:
4646
* Thread safety
4747
* Pluggable architecture
4848

49-
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.
49+
The client also contains a convenient set of [helpers](client-helpers.md) for some of the more engaging tasks like bulk indexing and reindexing.
5050

5151

5252
## Elasticsearch Python DSL [_elasticsearch_python_dsl]

0 commit comments

Comments
 (0)