From 9e8393dccf3752100c039e1bf0dca0536cd0abaa Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Thu, 22 Sep 2022 12:27:08 -0700 Subject: [PATCH] Update connecting.asciidoc Relates to https://github.com/elastic/docs/issues/2518 --- docs/guide/connecting.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +----------------------------