Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion topics/data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion topics/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)