Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link #169

Merged
merged 3 commits into from
Oct 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/overview/using-the-core-library.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The table below covers the current support for `no_std` at this moment for diffe
[esp-wifi]: https://github.com/esp-rs/esp-wifi "Wi-Fi, BLE and ESP-NOW support"
[esp-backtrace]: https://github.com/esp-rs/esp-backtrace "Exception and panic handlers"
[esp-storage]: https://github.com/esp-rs/esp-storage "Embedded-storage traits to access unencrypted flash memory"
[esp-wifi-current-support]: https://github.com/esp-rs/esp-wifi#current-support
[esp-wifi-current-support]: https://github.com/esp-rs/esp-hal/tree/main/esp-wifi#current-support
MabezDev marked this conversation as resolved.
Show resolved Hide resolved
[esp8266-hal]: https://github.com/esp-rs/esp8266-hal "ESP8266 Hardware abstraction layer"

### Relevant `esp-rs` Crates
Expand Down
Loading