diff --git a/docs/guide/connecting.asciidoc b/docs/guide/connecting.asciidoc index 331797c..bdf1c57 100644 --- a/docs/guide/connecting.asciidoc +++ b/docs/guide/connecting.asciidoc @@ -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] ---------------------------- @@ -250,4 +250,4 @@ $client = new Client([ ]); $workplace = $client->workplaceSearch(); ----------------------------- \ No newline at end of file +----------------------------