Skip to content

Commit f47e806

Browse files
committed
[DOCS] Fix link for time units
1 parent b885725 commit f47e806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api_param_types.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ The <<api-reference>> describes the type that each parameter accepts, this refer
2020

2121
[[api-param-type-json-lines]]`JSONLines`:: -- A string or `Buffer` of new-line (`\n`) delimited JSON objects.
2222

23-
[[api-param-type-duration-string]]`DurationString`:: -- A string that represents a duration of time with a number followed by an https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units[elasticsearch time unit]. `30m` is thirty minutes, `2d` is two days, and so on.
23+
[[api-param-type-duration-string]]`DurationString`:: -- A string that represents a duration of time with a number followed by an https://www.elastic.co/guide/en/elasticsearch/reference/7.5/common-options.html#time-units[elasticsearch time unit]. `30m` is thirty minutes, `2d` is two days, and so on.

0 commit comments

Comments
 (0)