From 8dc9e47d392d1f8ff2a83f6b669ad5ed0f0dc283 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Mon, 28 Oct 2024 12:08:12 -0700 Subject: [PATCH] DEV: quick fix for incorrect link --- content/commands/ft.config-set/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/commands/ft.config-set/index.md b/content/commands/ft.config-set/index.md index c7ffe34c01..e5cd3d1650 100644 --- a/content/commands/ft.config-set/index.md +++ b/content/commands/ft.config-set/index.md @@ -35,7 +35,7 @@ Set the value of a RediSearch configuration parameter. Values set using `FT.CONFIG SET` are not persisted after server restart. -RediSearch configuration parameters are detailed in [Configuration parameters]({{< relref "/develop/interact/search-and-query/administration" >}}). +RediSearch configuration parameters are detailed in [Configuration parameters]({{< relref "/develop/interact/search-and-query/basic-constructs/configuration-parameters" >}}). {{% alert title="Note" color="warning" %}} As detailed in the link above, not all RediSearch configuration parameters can be set at runtime.