Skip to content

Commit 9b403b0

Browse files
authored
Fixed broken examples link (#3233)
1 parent 792762b commit 9b403b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/dev-environment/rust/rust-for-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ As a Rust developer, you'll use Cargo (Rust's package management tool)—alo
3131

3232
Similar to [C++/WinRT](/windows/uwp/cpp-and-winrt-apis/), [Rust for Windows](https://github.com/microsoft/windows-rs) is an open source language projection developed on GitHub. Use the [Rust for Windows](https://github.com/microsoft/windows-rs) repo if you have questions about Rust for Windows, or if you wish to report issues with it.
3333

34-
The Rust for Windows repo also has [some simple examples](https://github.com/microsoft/windows-rs/tree/master/examples) that you can follow. And there's an excellent sample app in the form of Robert Mikhayelyan's [Minesweeper](https://github.com/robmikh/minesweeper-rs).
34+
The Rust for Windows repo also has [some simple examples](https://github.com/microsoft/windows-samples-rs) that you can follow. And there's an excellent sample app in the form of Robert Mikhayelyan's [Minesweeper](https://github.com/robmikh/minesweeper-rs).
3535

3636
## Contribute to Rust for Windows
3737

0 commit comments

Comments
 (0)