Skip to content

Commit 33f5255

Browse files
committed
Fix broken URL in README.md
1 parent 25c1b8f commit 33f5255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-hal-bus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ provides mechanisms to obtain multiple `I2c` instances out of a single `I2c` ins
3838
`portable-atomic` emulates atomic CAS functionality, allowing `embedded-hal-bus` to use `atomic-device` on hardware
3939
that does not natively support atomic CAS. If you enable this, you must also add `portable-atomic` to your crate with
4040
a feature flag such as `unsafe-assume-single-core` or `critical-section` to choose how atomic CAS is implemented.
41-
See https://docs.rs/portable-atomic/1.7.0/portable_atomic/#optional-features for more info.
41+
See <https://docs.rs/portable-atomic/1.7.0/portable_atomic/#optional-features> for more info.
4242
- **`std`**: enable shared bus implementations using `std::sync::Mutex`, and implement
4343
`std::error::Error` for `DeviceError`.
4444

0 commit comments

Comments
 (0)