Skip to content

Commit

Permalink
Merge pull request #1017 from untergeek/doc/fix_refs
Browse files Browse the repository at this point in the history
Fix document refs in master
  • Loading branch information
untergeek committed Aug 1, 2017
2 parents ffe69ca + 0e3aef5 commit b014444
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/asciidoc/actions.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ NOTE: Empty values and commented lines will result in the default value, if any,

This action changes the shard routing allocation for the selected indices.

See {ref}/current/shards-allocation.html for more information.
See {ref}/shards-allocation.html for more information.

You can optionally set `wait_for_completion` to `True`
to have Curator wait for the shard routing to complete before continuing:
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/filter_elements.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ The value of this setting must be a timestamp field name. This field must be
present in the indices being filtered or an exception will be raised, and
execution will halt.

`field_stats` uses the {ref}search-field-stats.html[Field Stats API] to
`field_stats` uses the {ref}/search-field-stats.html[Field Stats API] to
calculate either the `min_value` or the `max_value` of the <<fe_field,`field`>>
as the <<fe_stats_result,`stats_result`>>, and then use that value for age
comparisons.
Expand Down
2 changes: 1 addition & 1 deletion docs/asciidoc/inc_sources.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ include::inc_timestring_regex.asciidoc[]

NOTE: `source` can only be `field_stats` when filtering indices.

`field_stats` uses the {ref}search-field-stats.html[Field Stats API] to
`field_stats` uses the {ref}/search-field-stats.html[Field Stats API] to
calculate either the `min_value` or the `max_value` of the <<fe_field,`field`>>
as the <<fe_stats_result,`stats_result`>>, and then use that value for age
comparisons.
Expand Down

0 comments on commit b014444

Please sign in to comment.