Skip to content

Commit 987515c

Browse files
authored
docs: fix hyperlink for lua scripts, functions (#3015)
1 parent 4d886b8 commit 987515c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/clustering.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ await cluster.close();
3535
| maxCommandRedirections | `16` | The maximum number of times a command will be redirected due to `MOVED` or `ASK` errors |
3636
| nodeAddressMap | | Defines the [node address mapping](#node-address-map) |
3737
| modules | | Included [Redis Modules](../README.md#packages) |
38-
| scripts | | Script definitions (see [Lua Scripts](../README.md#lua-scripts)) |
39-
| functions | | Function definitions (see [Functions](../README.md#functions)) |
38+
| scripts | | Script definitions (see [Lua Scripts](./programmability.md#lua-scripts)) |
39+
| functions | | Function definitions (see [Functions](./programmability.md#functions)) |
4040

4141
## Auth with password and username
4242

0 commit comments

Comments
 (0)