From e3aefbdbdd1b1bab7bfe9d271eeebada0a62f6de Mon Sep 17 00:00:00 2001 From: lcawl Date: Thu, 22 Sep 2022 12:20:09 -0700 Subject: [PATCH 1/3] [DOCS] Fix links to .NET and PHP clients --- .../docs/en/security/ccs-clients-integrations/http.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc b/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc index e75753a6dc035..765684bc0a11c 100644 --- a/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc +++ b/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc @@ -85,8 +85,8 @@ specific clients, refer to: * {java-api-client}/_basic_authentication.html[Java] * {jsclient-current}/auth-reference.html[JavaScript] -* https://www.elastic.co/guide/en/elasticsearch/client/net-api/master/configuration-options.html[.NET] +* {es-dotnet-client}/configuration-options.html[.NET] * https://metacpan.org/pod/Search::Elasticsearch::Cxn::HTTPTiny#CONFIGURATION[Perl] -* https://www.elastic.co/guide/en/elasticsearch/client/php-api/master/security.html[PHP] +* {es-php-client}/security.html[PHP] * https://elasticsearch-py.readthedocs.io/en/master/#ssl-and-authentication[Python] * https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport#authentication[Ruby] From 859872597abf45500a3457baf324a5356003a35e Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 27 Sep 2022 13:58:18 -0700 Subject: [PATCH 2/3] Redirected PHP link --- x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc b/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc index 765684bc0a11c..8be1a6eb4fa25 100644 --- a/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc +++ b/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc @@ -87,6 +87,6 @@ specific clients, refer to: * {jsclient-current}/auth-reference.html[JavaScript] * {es-dotnet-client}/configuration-options.html[.NET] * https://metacpan.org/pod/Search::Elasticsearch::Cxn::HTTPTiny#CONFIGURATION[Perl] -* {es-php-client}/security.html[PHP] +* {es-php-client}/connecting.html[PHP] * https://elasticsearch-py.readthedocs.io/en/master/#ssl-and-authentication[Python] * https://github.com/elasticsearch/elasticsearch-ruby/tree/master/elasticsearch-transport#authentication[Ruby] From ca4cd0522303dda57c49774a90a3215617d7ae7f Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 27 Sep 2022 13:58:33 -0700 Subject: [PATCH 3/3] Redirected .NET link --- x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc b/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc index 8be1a6eb4fa25..368fd8c1b7a0b 100644 --- a/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc +++ b/x-pack/docs/en/security/ccs-clients-integrations/http.asciidoc @@ -85,7 +85,7 @@ specific clients, refer to: * {java-api-client}/_basic_authentication.html[Java] * {jsclient-current}/auth-reference.html[JavaScript] -* {es-dotnet-client}/configuration-options.html[.NET] +* {es-dotnet-client}/configuration.html[.NET] * https://metacpan.org/pod/Search::Elasticsearch::Cxn::HTTPTiny#CONFIGURATION[Perl] * {es-php-client}/connecting.html[PHP] * https://elasticsearch-py.readthedocs.io/en/master/#ssl-and-authentication[Python]