[DOCS] Fixed xref to JS client doc.

This commit is contained in:
Deb Adair 2017-06-26 17:16:28 -07:00
parent 2e70fba30e
commit d88227eafc
2 changed files with 2 additions and 1 deletions

View file

@ -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 {ref}/client/javascript-api/current/index.html[elasticsearch.js library].
other requests. The clients use the {client-ref}/javascript-api/current/index.html[elasticsearch.js library].
[float]
[[client-server]]

View file

@ -9,6 +9,7 @@ release-state can be: released | prerelease | unreleased
:docker-image: docker.elastic.co/kibana/kibana:{version}
:es-ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}/
:client-ref: https://www.elastic.co/guide/en/elasticsearch/client/current
:xpack-ref: https://www.elastic.co/guide/en/x-pack/{branch}/
:logstash-ref: http://www.elastic.co/guide/en/logstash/{branch}
:repo: https://github.com/elastic/kibana/