Skip to content

Commit 8be9afb

Browse files
authored
Updated link to json merge patch RFC 7396 (#16108)
1 parent 8c7f4b4 commit 8be9afb

File tree

1 file changed

+1
-1
lines changed
  • content/docs/esc/reference/top-level-keys

1 file changed

+1
-1
lines changed

content/docs/esc/reference/top-level-keys/imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ menu:
1010
weight: 1
1111
---
1212

13-
The `imports` top-level key is a list of other environments that this environment imports. Imported environments are evaluated and merged to form the basis for the current environment, which is then evaluated and merged with the imported values. Merging is performed using the [JSON Merge Patch](https://www.rfc-editor.org/rfc/rfc7386) algorithm.
13+
The `imports` top-level key is a list of other environments that this environment imports. Imported environments are evaluated and merged to form the basis for the current environment, which is then evaluated and merged with the imported values. Merging is performed using the [JSON Merge Patch](https://www.rfc-editor.org/rfc/rfc7396) algorithm.
1414

1515
## Environment names
1616

0 commit comments

Comments
 (0)