plugin/reload: Fix "durations" documentation link (#3431)

* plugin/reload/README.md: Fix the syntax of the link to the Go
documentation for duration values.

Signed-off-by: Miciah Dashiel Butler Masters <mmasters@redhat.com>
This commit is contained in:
Miciah Dashiel Butler Masters
2019-11-06 16:27:55 -05:00
committed by Yong Tang
parent 21fe65ed8d
commit 1942746c48

View File

@@ -40,7 +40,7 @@ reload [INTERVAL] [JITTER]
The plugin will check for changes every **INTERVAL**, subject to +/- the **JITTER** duration.
* **INTERVAL** and **JITTER** are Golang (durations)[[https://golang.org/pkg/time/#ParseDuration](https://golang.org/pkg/time/#ParseDuration)].
* **INTERVAL** and **JITTER** are Golang [durations](https://golang.org/pkg/time/#ParseDuration).
The default **INTERVAL** is 30s, default **JITTER** is 15s, the minimal value for **INTERVAL**
is 2s, and for **JITTER** it is 1s. If **JITTER** is more than half of **INTERVAL**, it will be
set to half of **INTERVAL**