From f910326ebe5797ef8b5bd7c83b0aac597a26ab72 Mon Sep 17 00:00:00 2001 From: Jan Klass Date: Wed, 29 May 2024 22:33:33 +0200 Subject: [PATCH] Fix configuration cell-path link reference 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. --- book/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/configuration.md b/book/configuration.md index 491e2a1ad5f..f8d133fa5ed 100644 --- a/book/configuration.md +++ b/book/configuration.md @@ -60,7 +60,7 @@ $env.config = { } ``` -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): +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): ```nu $env.config = ($env.config | upsert )