Skip to content

Commit d56514a

Browse files
committed
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 <[email protected]>
1 parent baf1352 commit d56514a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

topics/data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ For more information, see:
108108
To extend the features provided by the included data types, use one of these options:
109109

110110
1. Write your own custom [server-side functions in Lua](programmability.md).
111-
2. Write your own Valkey module using the [modules API](modules-intro.md) or check out the [modules](../modules/).
111+
2. Write your own Valkey module using [Modules Introduction](modules-intro.md) or check out the available [modules](modules-api-ref.md).

topics/server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ the config file:
7878

7979
## See also
8080

81-
[Valkey documentation](./), [Introduction](introduction.md), [Configuration](valkey.conf.md), [Installation](installation.md), [valkey-cli](cli.md)
81+
[Valkey documentation](index.md), [Introduction](introduction.md), [Configuration](valkey.conf.md), [Installation](installation.md), [valkey-cli](cli.md)

0 commit comments

Comments
 (0)