Skip to content

Commit bc437c1

Browse files
committed
docs: broken link fixed
1 parent 5b7d470 commit bc437c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/safety_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Unit safety eliminates these issues through automatic unit conversions and type-
8383
**mp-units provides stronger unit safety than most libraries**, especially in value
8484
extraction. While `std::chrono::duration::count()` returns raw numbers without verification,
8585
`mp-units::numerical_value_in(Unit)` requires specifying the exact unit. For more details,
86-
see [Working with Legacy Interfaces](../../how_to_guides/integration/working_with_legacy_interfaces.md).
86+
see [Working with Legacy Interfaces](../how_to_guides/integration/working_with_legacy_interfaces.md).
8787
8888
8989
## Representation Safety

0 commit comments

Comments
 (0)