From 7b28d157a1fe4abd3fb8dc201fbe35e0be0929ff Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Mon, 26 Aug 2024 13:22:13 +0200 Subject: [PATCH] docs: Fix link to handling missing data (#1523) --- lang-guide/chapters/types/basic_types/nothing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang-guide/chapters/types/basic_types/nothing.md b/lang-guide/chapters/types/basic_types/nothing.md index e815d18093..be7303da99 100644 --- a/lang-guide/chapters/types/basic_types/nothing.md +++ b/lang-guide/chapters/types/basic_types/nothing.md @@ -65,7 +65,7 @@ ``` 1. To safely access a value that may be missing, mark the cell-path member as _optional_ using a question-mark (`?`) after the key name. - See [Navigating and Accessing Structured Data - Handling Missing Data](/book/navigating_structured_data.md#handling-missing-data---the-optional-operator) for more details and examples. + See [Navigating and Accessing Structured Data - Handling Missing Data](/book/navigating_structured_data.html#handling-missing-data) for more details and examples. ## Related commands