docs: broken link fixed

This commit is contained in:
Mateusz Pusz
2026-01-31 11:45:36 +01:00
parent 5b7d4702d0
commit bc437c142d

View File

@@ -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