From c1af4e31b14e562826029999b9ab1dce86396b93 Mon Sep 17 00:00:00 2001 From: "Aleksey R. (aka EreTIk)" Date: Sun, 6 Feb 2022 12:29:29 +0300 Subject: [PATCH] Fix link to MS Docs (#1077) --- .../edition-2/posts/01-freestanding-rust-binary/index.ru.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md b/blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md index d6192f0b..3c59f65f 100644 --- a/blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md +++ b/blog/content/edition-2/posts/01-freestanding-rust-binary/index.ru.md @@ -158,7 +158,7 @@ fn panic(_info: &PanicInfo) -> ! { [language item]: https://github.com/rust-lang/rust/blob/edb368491551a77d77a48446d4ee88b35490c565/src/libpanic_unwind/gcc.rs#L11-L45 [stack unwinding]: https://www.bogotobogo.com/cplusplus/stackunwinding.php [libunwind]: https://www.nongnu.org/libunwind/ -[structured exception handling]: https://docs.microsoft.com/de-de/windows/win32/debug/structured-exception-handling +[structured exception handling]: https://docs.microsoft.com/ru-ru/windows/win32/debug/structured-exception-handling ### Отключение раскрутки