From a52814eed906cd108cc8c7943ef074be26ebcdc2 Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Thu, 30 Dec 2021 20:37:55 +0100 Subject: [PATCH] docs: fix links to rc data types section --- docs/content/rc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/rc.md b/docs/content/rc.md index 989716831..d7449ea18 100644 --- a/docs/content/rc.md +++ b/docs/content/rc.md @@ -294,7 +294,7 @@ Any config parameters you don't set will inherit the global defaults which were set with command line flags or environment variables. Note that it is possible to set some values as strings or integers - -see [data types](/#data-types) for more info. Here is an example +see [data types](#data-types) for more info. Here is an example setting the equivalent of `--buffer-size` in string or integer format. "_config":{"BufferSize": "42M"} @@ -327,7 +327,7 @@ Any filter parameters you don't set will inherit the global defaults which were set with command line flags or environment variables. Note that it is possible to set some values as strings or integers - -see [data types](/#data-types) for more info. Here is an example +see [data types](#data-types) for more info. Here is an example setting the equivalent of `--buffer-size` in string or integer format. "_filter":{"MinSize": "42M"}