We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7d470 commit bc437c1Copy full SHA for bc437c1
docs/getting_started/safety_features.md
@@ -83,7 +83,7 @@ Unit safety eliminates these issues through automatic unit conversions and type-
83
**mp-units provides stronger unit safety than most libraries**, especially in value
84
extraction. While `std::chrono::duration::count()` returns raw numbers without verification,
85
`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).
+see [Working with Legacy Interfaces](../how_to_guides/integration/working_with_legacy_interfaces.md).
87
88
89
## Representation Safety
0 commit comments