diff --git a/docs/community.asciidoc b/docs/community.asciidoc index 39511e02e..f086dfbba 100644 --- a/docs/community.asciidoc +++ b/docs/community.asciidoc @@ -151,6 +151,6 @@ _____________________ This helper is a light library which wrap the official client elasticsearch-php. It will help you to manage your ES Indices with no downtime. This helper implements the philosophy described in the -https://www.elastic.co/guide/en/elasticsearch/guide/master/index-aliases.html[official documentation] +https://www.elastic.co/guide/en/elasticsearch/guide/current/index-aliases.html[official documentation] which can be summarized in a few words : *use alias instead of index directly*. _____________________ diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 5d91df689..c41e38ecf 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -1,6 +1,9 @@ = Elasticsearch PHP Client +:doctype: book + +include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[] include::{asciidoc-dir}/../../shared/attributes.asciidoc[] include::overview.asciidoc[] diff --git a/docs/release-notes.asciidoc b/docs/release-notes.asciidoc index 9cb6e3616..a61848582 100644 --- a/docs/release-notes.asciidoc +++ b/docs/release-notes.asciidoc @@ -255,7 +255,7 @@ the phpdoc section (for example, https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php[$client->rankEval()]). For more information read the - https://www.elastic.co/guide/en/elasticsearch/client/php-api/master/experimental_and_beta_apis.html[experimental and beta APIs] + https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/experimental_and_beta_apis.html[experimental and beta APIs] section in the documentation. https://github.com/elastic/elasticsearch-php/pull/966[#966] * Removed `AlreadyExpiredException` since it has been removed