Browse Source

[DOCS] Update ES Python client doc links (#53092)

Replaces `rtfd.org` links with `readthedocs.org`, which is now the official URL.
Greg Back 5 years ago
parent
commit
fe9bff5f7c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/python/index.asciidoc

+ 2 - 2
docs/python/index.asciidoc

@@ -5,12 +5,12 @@
 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
 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
 ************************************************************************************
 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`.
 
 It provides a more convenient and idiomatic way to write and manipulate