From bc437c142decdadc519dd574d548dc461d31d336 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 31 Jan 2026 11:45:36 +0100 Subject: [PATCH] docs: broken link fixed --- docs/getting_started/safety_features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started/safety_features.md b/docs/getting_started/safety_features.md index ccbbf6a13..a78f263e3 100644 --- a/docs/getting_started/safety_features.md +++ b/docs/getting_started/safety_features.md @@ -83,7 +83,7 @@ Unit safety eliminates these issues through automatic unit conversions and type- **mp-units provides stronger unit safety than most libraries**, especially in value extraction. While `std::chrono::duration::count()` returns raw numbers without verification, `mp-units::numerical_value_in(Unit)` requires specifying the exact unit. For more details, -see [Working with Legacy Interfaces](../../how_to_guides/integration/working_with_legacy_interfaces.md). +see [Working with Legacy Interfaces](../how_to_guides/integration/working_with_legacy_interfaces.md). ## Representation Safety