Skip to content

Commit c9e983a

Browse files
authored
Change "JSON.set" links (#234)
Change "JSON.set" link from "/commands/ft.set" --> "/commands/json.set"
1 parent 3163b2c commit c9e983a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/stack/get-started/document-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Any pre-existing JSON documents with a key prefix `bicycle:` are automatically a
7373

7474
## Add JSON documents
7575

76-
The example below shows you how to use the [JSON.SET](/commands/ft.set/) command to create new JSON documents:
76+
The example below shows you how to use the [JSON.SET](/commands/json.set/) command to create new JSON documents:
7777

7878
{{< clients-example search_quickstart add_documents "" 2 >}}
7979
> JSON.SET "bicycle:0" "." "{\"brand\": \"Velorim\", \"model\": \"Jigger\", \"price\": 270, \"description\": \"Small and powerful, the Jigger is the best ride for the smallest of tikes! This is the tiniest kids\\u2019 pedal bike on the market available without a coaster brake, the Jigger is the vehicle of choice for the rare tenacious little rider raring to go.\", \"condition\": \"new\"}"
@@ -169,4 +169,4 @@ Please see the [query documentation](/docs/interact/search-and-query/query/) to
169169

170170
You can learn more about how to use Redis Stack as a vector database in the following quick start guide:
171171

172-
* [Redis as a vector database](/docs/get-started/vector-database/)
172+
* [Redis as a vector database](/docs/get-started/vector-database/)

0 commit comments

Comments
 (0)