From 6fe9564b2ccd274d6159d80e70562759f5e3da83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Tue, 28 Nov 2023 13:47:04 +0100 Subject: [PATCH] Fix broken links (#364) --- esp-wifi/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esp-wifi/README.md b/esp-wifi/README.md index aeb37ddca7a..242dffba1ca 100644 --- a/esp-wifi/README.md +++ b/esp-wifi/README.md @@ -91,19 +91,19 @@ Don't use this feature if your are _not_ using USB-SERIAL-JTAG since it might re | defmt | Add `defmt::Format` implementation | When using the `dump-packets` feature you can use the extcap in `extras/esp-wifishark` to analyze the frames in Wireshark. -For more information see [extras/esp-wifishark/README.md](extras/esp-wifishark/README.md) +For more information see [extras/esp-wifishark/README.md](../extras/esp-wifishark/README.md) ## Tuning The defaults used by `esp-wifi` and the examples are rather conservative. It is possible to change a few of the important settings. -See [Tuning](https://github.com/esp-rs/esp-wifi/esp-wifi/blob/main/docs/tuning.md) for details +See [Tuning](https://github.com/esp-rs/esp-wifi/blob/main/esp-wifi/docs/tuning.md) for details ## Examples See [Examples] for details. -[Examples]: https://github.com/esp-rs/esp-wifi/esp-wifi/blob/main/docs/examples.md +[Examples]: https://github.com/esp-rs/esp-wifi/blob/main/esp-wifi/docs/examples.md ## Missing / To be done