From d56514a47f9bdad74499226ab05568052a5d0266 Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Fri, 5 Sep 2025 15:35:00 +0300 Subject: [PATCH 1/2] Fix two links - fix valkey documentation link to point to index.md taking user to main docs site - fix 2 Extensions links to take user to modules intro and then check the available modules api. Signed-off-by: Dragos Andriciuc --- topics/data-types.md | 2 +- topics/server.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/data-types.md b/topics/data-types.md index e1f06d893..23cbb6fe8 100644 --- a/topics/data-types.md +++ b/topics/data-types.md @@ -108,4 +108,4 @@ For more information, see: To extend the features provided by the included data types, use one of these options: 1. Write your own custom [server-side functions in Lua](programmability.md). -2. Write your own Valkey module using the [modules API](modules-intro.md) or check out the [modules](../modules/). +2. Write your own Valkey module using [Modules Introduction](modules-intro.md) or check out the available [modules](modules-api-ref.md). diff --git a/topics/server.md b/topics/server.md index 42b4bbed2..eb64a607d 100644 --- a/topics/server.md +++ b/topics/server.md @@ -78,4 +78,4 @@ the config file: ## See also -[Valkey documentation](./), [Introduction](introduction.md), [Configuration](valkey.conf.md), [Installation](installation.md), [valkey-cli](cli.md) +[Valkey documentation](index.md), [Introduction](introduction.md), [Configuration](valkey.conf.md), [Installation](installation.md), [valkey-cli](cli.md) From 549326f69acac064fb7ef52ce077375fb4ec285e Mon Sep 17 00:00:00 2001 From: Dragos Andriciuc Date: Mon, 8 Sep 2025 12:48:48 +0300 Subject: [PATCH 2/2] Update topics/data-types.md with feedback Co-authored-by: Madelyn Olson Signed-off-by: Dragos Andriciuc --- topics/data-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/data-types.md b/topics/data-types.md index 23cbb6fe8..f55471bb7 100644 --- a/topics/data-types.md +++ b/topics/data-types.md @@ -108,4 +108,4 @@ For more information, see: To extend the features provided by the included data types, use one of these options: 1. Write your own custom [server-side functions in Lua](programmability.md). -2. Write your own Valkey module using [Modules Introduction](modules-intro.md) or check out the available [modules](modules-api-ref.md). +2. Write your own Valkey module using [Modules Introduction](modules-intro.md) and [Modules API](modules-api-ref.md).