Skip to content

Commit de9c1eb

Browse files
authored
Fix configuration cell-path link reference (#1424)
There is also `/lang-guide/chapters/types/basic_types/cellpath.html#cellpath`, but given that we are within `/book/` linking to that chapter seems more appropriate than linking to the language reference.
1 parent 9538f61 commit de9c1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $env.config = {
6060
}
6161
```
6262

63-
Note that setting any key overwrites its previous value. Likewise it's an error to reference any missing key. If `$env.config` already exists you can update or gracefully insert a [`cell-path`](/lang-guide/lang-guide.md#cellpath) at any depth using [`upsert`](/commands/docs/upsert.md):
63+
Note that setting any key overwrites its previous value. Likewise it's an error to reference any missing key. If `$env.config` already exists you can update or gracefully insert a [`cell-path`](/book/types_of_data.html#cell-paths) at any depth using [`upsert`](/commands/docs/upsert.md):
6464

6565
```nu
6666
$env.config = ($env.config | upsert <field name> <field value>)

0 commit comments

Comments
 (0)