[DOCS] Fixing cross doc links.

Original commit: elastic/x-pack-elasticsearch@3333055f42
This commit is contained in:
Deb Adair 2017-07-19 21:24:29 -07:00
parent 3ace57d512
commit 30f2b3f90e
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ A watch {xpack-ref}/trigger-schedule.html[schedule] controls how often a watch i
The watch {xpack-ref}/input.html[input] gets the data that you want to evaluate.
To periodically search log data and load the results into the
watch, you could use an {xpack-ref}/schedule-interval.html[interval] schedule and a
watch, you could use an {xpack-ref}/trigger-schedule.html#schedule-interval[interval] schedule and a
{xpack-ref}/input-search.html[search] input. For example, the following Watch searches
the `logs` index for errors every 10 seconds:
@ -49,7 +49,7 @@ PUT _xpack/watcher/watch/log_error_watch
// CONSOLE
<1> Schedules are typically configured to run less frequently. This example sets
the interval to 10 seconds so you can easily see the watches being triggered.
Since this watch runs so frequently, don't forget to {xpack-ref}/log-delete.html[delete the watch]
Since this watch runs so frequently, don't forget to <<log-delete, delete the watch>>
when you're done experimenting.
If you check the watch history you'll see that the watch is being triggered every