aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/reload/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/reload/README.md b/plugin/reload/README.md
index 77e720eac..8e58d1e73 100644
--- a/plugin/reload/README.md
+++ b/plugin/reload/README.md
@@ -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**