Skip to content

Commit 0a6de91

Browse files
Apply suggestions from code review
Co-authored-by: David Dougherty <david.dougherty@redis.com>
1 parent 60b3397 commit 0a6de91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/clients/redis-py/queryjson.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ documents.
2424

2525
## Initialize
2626

27-
Make sure that you have [Redis Community Edition]({{< relref "/operate/rc" >}})
27+
Make sure that you have [Redis Community Edition]({{< relref "/operate/oss_and_stack/" >}})
2828
or another Redis server available. Also install the
2929
[`redis-py`]({{< relref "/develop/clients/redis-py" >}}) client library if you
3030
haven't already done so.
@@ -119,7 +119,7 @@ hash or JSON:
119119

120120
The query commands work the same here for hash as they do for JSON (but
121121
the name of the hash index is different). The format of the result is
122-
also almost the same except that the fields are returned directly in the
122+
almost the same except that the fields are returned directly in the
123123
result `Document` object instead of in an enclosing `json` dictionary:
124124

125125
{{< clients-example py_home_json query1_hash >}}

0 commit comments

Comments
 (0)