[DOCS] Fixed broken cross doc links.

This commit is contained in:
Deb Adair 2017-06-26 17:57:42 -07:00
parent f75452754d
commit 6c7ec91e92
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,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}/
:ref: https://www.elastic.co/guide/en/elasticsearch/reference/{branch}
:client-ref: https://www.elastic.co/guide/en/elasticsearch/client/current
:client-ref: https://www.elastic.co/guide/en/elasticsearch/client
: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/

View file

@ -1,7 +1,7 @@
[[tribe]]
== Using Kibana with Tribe nodes
Kibana can be configured to connect to a {ref}/current/modules-tribe.html[tribe node] for data retrieval. Because tribe nodes can't create indices, Kibana additionally
Kibana can be configured to connect to a {ref}/modules-tribe.html[tribe node] for data retrieval. Because tribe nodes can't create indices, Kibana additionally
requires a separate connection to a node to maintain state. When configured, searches and visualizations will retrieve data using
the tribe node and administrative actions (such as saving a dashboard) will be sent to non-tribe node.