From 3b8acaf86c708a2ffa81bf71a2f831fde0fab827 Mon Sep 17 00:00:00 2001 From: cmsong-shina Date: Tue, 29 Oct 2024 18:44:34 +0900 Subject: [PATCH] Fix broken url of using-the-core-library.md --- src/overview/using-the-core-library.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/overview/using-the-core-library.md b/src/overview/using-the-core-library.md index c8b9df3..a4996be 100644 --- a/src/overview/using-the-core-library.md +++ b/src/overview/using-the-core-library.md @@ -28,10 +28,10 @@ The table below covers the current support for `no_std` at this moment for diffe > - ✅ in Wi-Fi/BLE/ESP-NOW means that the target supports, at least, one of the listed technologies. For details, see [Current support][esp-wifi-current-support] table of the esp-wifi repository. > - [ESP8266 HAL][esp8266-hal] is in maintenance mode and no further development will be done for this chip. -[esp-hal]: https://github.com/esp-rs/esp-hal "Hardware abstraction layer" -[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-hal]: https://github.com/esp-rs/esp-hal/tree/main/esp-hal "Hardware abstraction layer" +[esp-wifi]: https://github.com/esp-rs/esp-hal/tree/main/esp-wifi "Wi-Fi, BLE and ESP-NOW support" +[esp-backtrace]: https://github.com/esp-rs/esp-hal/tree/main/esp-backtrace "Exception and panic handlers" +[esp-storage]: https://github.com/esp-rs/esp-hal/tree/main/esp-storage "Embedded-storage traits to access unencrypted flash memory" [esp-wifi-current-support]: https://github.com/esp-rs/esp-hal/tree/main/esp-wifi#current-support [esp8266-hal]: https://github.com/esp-rs/esp8266-hal "ESP8266 Hardware abstraction layer"