Skip to content

Commit b0ea289

Browse files
szabostevelcawl
andcommitted
[DOCS] Adds Connecting section to PHP docs (#1077)
* [DOCS] Adds Connecting section to PHP docs. * [DOCS] Removes security from index. * [DOCS] Removes security references. * [DOCS] Fix redirects * Update docs/connecting.asciidoc Co-authored-by: lcawl <[email protected]>
1 parent 3fa0b98 commit b0ea289

File tree

7 files changed

+475
-439
lines changed

7 files changed

+475
-439
lines changed

docs/configuration.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,13 @@ $client = ClientBuilder::create()
124124
->build();
125125
----
126126
<1> Your Cloud ID provided by the Elastic Cloud platform
127-
<2> Your ApiKey pair as described https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/security.html[here]
127+
<2> Your ApiKey pair as described <<authentication,here>>.
128128

129129

130130
=== Authorization and Encryption
131131

132132
For details about HTTP Authorization and SSL encryption, see
133-
<<security,Authorization and SSL>>.
133+
<<authentication,Authorization and SSL>>.
134134

135135

136136
=== Set retries

0 commit comments

Comments
 (0)