From 6d8332ad045155b3aaa49f6363fa3a984a6cb16c Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Tue, 27 Sep 2022 14:48:38 -0700 Subject: [PATCH] [DOCS] Fix links to .NET and PHP clients (#90276) --- .../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..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,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.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}/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]