Skip to content

Commit

Permalink
Update connecting.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Sep 22, 2022
1 parent dfa8329 commit 1f201d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/connecting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $client = new Client([
$es = $client->enterpriseSearch();
----------------------------

Or you can use the API Key created in the https://www.elastic.co/guide/en/kibana/master/api-keys.html#api-keys[Management > API Keys].
Or you can use the API Key created in the {kibana-ref}/api-keys.html#api-keys[Management > API Keys].

[source,php]
----------------------------
Expand Down Expand Up @@ -250,4 +250,4 @@ $client = new Client([
]);
$workplace = $client->workplaceSearch();
----------------------------
----------------------------

0 comments on commit 1f201d1

Please sign in to comment.