From e1d2ed8edf9198d90a557e0e2efa86d0a0100bb7 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Tue, 25 Jan 2022 10:06:37 -0800 Subject: [PATCH] Update readme.md --- .github/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/readme.md b/.github/readme.md index 86ea0ce8a9..92f439fe57 100644 --- a/.github/readme.md +++ b/.github/readme.md @@ -8,7 +8,7 @@ The `windows` crate lets you call any Windows API past, present, and future usin * Crate documentation * [windows](https://microsoft.github.io/windows-docs-rs/) * [windows-sys](https://docs.rs/windows-sys) -* [Samples](https://github.com/microsoft/windows-samples-rs/) +* [Samples](https://github.com/microsoft/windows-rs/tree/master/crates/samples) * [Changelog](https://github.com/microsoft/windows-rs/releases) Start by adding the following to your Cargo.toml file: