From aad78333d082837af563dc0cc3b580e67ebceba7 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Wed, 29 Apr 2026 12:28:30 +0100 Subject: [PATCH] docs: update docs.esp-rs.org link to learn.microsoft.com The docs.esp-rs.org domain has expired and now points to unsafe content. The linked troubleshooting section no longer exists in the new docs, so this points to the underlying Microsoft documentation on Windows long-path limits. --- book/src/02_3_repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/02_3_repository.md b/book/src/02_3_repository.md index 482f3b6e..74e29c1f 100644 --- a/book/src/02_3_repository.md +++ b/book/src/02_3_repository.md @@ -11,7 +11,7 @@ cd std-training ❗ Windows users may have problems with [long path names][windows-long-path]. -[windows-long-path]: https://docs.esp-rs.org/book/troubleshooting/index.html#long-path-names +[windows-long-path]: https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation ## Repository Contents