Skip to content

Commit 63c57cf

Browse files
DOC-5419 fixed dodgy link
1 parent 32fc680 commit 63c57cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/using-commands/keyspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ This command is intended for debugging and special operations, such as changing
202202
your keyspace layout.
203203
Don't use [`KEYS`]({{< relref "/commands/keys" >}}) in your regular application code.
204204
If you're looking for a way to find keys in a subset of your keyspace, consider
205-
using [`SCAN`]({{< relref "/commands/scan" >}}) or [sets][{{< relref "/develop/data-types/sets" >}}].
205+
using [`SCAN`]({{< relref "/commands/scan" >}}) or [sets]({{< relref "/develop/data-types/sets" >}}).
206206

207207
[tdts]: /develop/data-types#sets
208208

0 commit comments

Comments
 (0)