Skip to content

Commit

Permalink
[DOCS] Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jul 12, 2019
1 parent b7e8247 commit 3130302
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/reference/ml/transforms.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function. The `datafeed-test1` {dfeed} defines the script field. It contains a
script that adds two fields in the document to produce a "total" error count.

The syntax for the `script_fields` property is identical to that used by {es}.
For more information, see <<{ref}/search-request-body.html#search-request-script-fields,Script fields>>.
For more information, see {ref}/search-request-body.html#search-request-script-fields[Script fields].

You can preview the contents of the {dfeed} by using the following API:

Expand Down
2 changes: 1 addition & 1 deletion x-pack/docs/en/watcher/input/search.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ accurately.
|======
| Name |Required | Default | Description

| `request.search_type` | no | `query_then_fetch` | The {ref}/search-request-search-type.html#search-request-search-type[type]
| `request.search_type` | no | `query_then_fetch` | The {ref}/search-request-body.html#search-request-search-type[type]
of search request to perform. Valid values are: `dfs_query_and_fetch`,
`dfs_query_then_fetch`, `query_and_fetch`, and `query_then_fetch`. The
Elasticsearch default is `query_then_fetch`.
Expand Down

0 comments on commit 3130302

Please sign in to comment.