[DOCS] Update ES Python client doc links (#53092)
Replaces `rtfd.org` links with `readthedocs.org`, which is now the official URL.
This commit is contained in:
parent
8ad0080a59
commit
64ea94ac8e
|
@ -5,12 +5,12 @@
|
||||||
Official low-level client for Elasticsearch. Its goal is to provide common
|
Official low-level client for Elasticsearch. Its goal is to provide common
|
||||||
ground for all Elasticsearch-related code in Python; because of this it tries
|
ground for all Elasticsearch-related code in Python; because of this it tries
|
||||||
to be opinion-free and very extendable. The full documentation is available at
|
to be opinion-free and very extendable. The full documentation is available at
|
||||||
http://elasticsearch-py.rtfd.org/
|
http://elasticsearch-py.readthedocs.org/
|
||||||
|
|
||||||
.Elasticsearch DSL
|
.Elasticsearch DSL
|
||||||
************************************************************************************
|
************************************************************************************
|
||||||
For a more high level client library with more limited scope, have a look at
|
For a more high level client library with more limited scope, have a look at
|
||||||
http://elasticsearch-dsl.rtfd.org/[elasticsearch-dsl] - a more pythonic library
|
http://elasticsearch-dsl.readthedocs.org/[elasticsearch-dsl] - a more pythonic library
|
||||||
sitting on top of `elasticsearch-py`.
|
sitting on top of `elasticsearch-py`.
|
||||||
|
|
||||||
It provides a more convenient and idiomatic way to write and manipulate
|
It provides a more convenient and idiomatic way to write and manipulate
|
||||||
|
|
Loading…
Reference in New Issue