[DOCS] Fixed includes to correctly reference other repos.

Original commit: elastic/x-pack-elasticsearch@f6a0d09575
This commit is contained in:
debadair 2017-04-07 17:30:48 -07:00
parent 9246261bc5
commit 40fc8058e5
2 changed files with 4 additions and 4 deletions

View File

@ -92,7 +92,7 @@ GET /_xpack?human=false
include::security.asciidoc[]
include::../{xes-repo-dir}/rest-api/watcher.asciidoc[]
include::watcher.asciidoc[]
include::graph.asciidoc[]
include::../{xes-repo-dir}/rest-api/ml-api.asciidoc[]
include::ml-api.asciidoc[]

View File

@ -153,9 +153,9 @@ killed by firewalls or load balancers inbetween.
You can use the `http` attachment type in an `email` action to automatically
generate a Kibana report and distribute it via email.
include::../../{xkb-repo-dir}/reporting/watch-example.asciidoc[]
include::{xkb-repo-dir}/reporting/watch-example.asciidoc[]
include::../../{xkb-repo-dir}/reporting/report-intervals.asciidoc[]
include::{xkb-repo-dir}/reporting/report-intervals.asciidoc[]
For more information, see <<automating-report-generation,
Automating Report Generation>>.