Skip to content

Commit 83b3b46

Browse files
authored
DEV: update link in JSON section (#314)
1 parent 902339c commit 83b3b46

File tree

1 file changed

+2
-2
lines changed
  • content/operate/oss_and_stack/stack-with-enterprise/json

1 file changed

+2
-2
lines changed

content/operate/oss_and_stack/stack-with-enterprise/json/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See [JSONPath examples]({{< relref "/develop/data-types/json/path" >}}) for exam
3939

4040
### Legacy path syntax
4141

42-
The [legacy path syntax]({{< relref "/develop/data-types/json/path" >}}) refers to the path implementation in RedisJSON v1. RedisJSON v2 still supports this legacy path syntax in addition to JSONPath syntax.
42+
The [legacy path syntax]({{< relref "/develop/data-types/json/path" >}}#legacy-path-syntax) refers to the path implementation in RedisJSON v1. RedisJSON v2 still supports this legacy path syntax in addition to JSONPath syntax.
4343

4444
The legacy path syntax works as follows:
4545

@@ -59,7 +59,7 @@ The following paths refer to `headphones`, which is a child of `inventory` under
5959

6060
### Key name rules
6161

62-
You can only use the [legacy path syntax](#legacy-path-syntax) to access JSON keys if they follow these name syntax rules:
62+
You can only use the legacy path syntax to access JSON keys if they follow these name syntax rules:
6363

6464
- Key names must begin with a letter, a dollar sign (`$`), or an underscore (`_`).
6565
- Key names can contain letters, digits, dollar signs, and underscores.

0 commit comments

Comments
 (0)