diff --git a/topics/data-types.md b/topics/data-types.md index e1f06d89..f55471bb 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) and [Modules API](modules-api-ref.md). diff --git a/topics/server.md b/topics/server.md index 42b4bbed..eb64a607 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)