diff --git a/docs/developer/core/development-elasticsearch.asciidoc b/docs/developer/core/development-elasticsearch.asciidoc index fb5db3fc437f..89f85cfc19fb 100644 --- a/docs/developer/core/development-elasticsearch.asciidoc +++ b/docs/developer/core/development-elasticsearch.asciidoc @@ -3,7 +3,7 @@ Kibana exposes two clients on the server and browser for communicating with elasticsearch. There is an 'admin' client which is used for managing Kibana's state, and a 'data' client for all -other requests. The clients use the {jsclient}/javascript-api/current/index.html[elasticsearch.js library]. +other requests. The clients use the {jsclient-current}/index.html[elasticsearch.js library]. [float] [[client-server]]