From 64ea94ac8e0d25476297932fb296fa8654958d45 Mon Sep 17 00:00:00 2001 From: Greg Back <1045796+gtback@users.noreply.github.com> Date: Mon, 9 Mar 2020 09:33:34 -0500 Subject: [PATCH] [DOCS] Update ES Python client doc links (#53092) Replaces `rtfd.org` links with `readthedocs.org`, which is now the official URL. --- docs/python/index.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/python/index.asciidoc b/docs/python/index.asciidoc index 8def003e7c2..61a1570ce58 100644 --- a/docs/python/index.asciidoc +++ b/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