diff --git a/crates/samples/readme.md b/crates/samples/readme.md index d4df6a7355..cbd6adee96 100644 --- a/crates/samples/readme.md +++ b/crates/samples/readme.md @@ -1,6 +1,6 @@ The samples in the repo compile with the latest, usually pre-release, version of the `windows` or `windows-sys` crate. To find the samples for a particular release you can use a specific release tag. For example: -https://github.com/microsoft/windows-rs/tree/0.39.0 +https://github.com/microsoft/windows-rs/tree/0.39.0/crates/samples That will give you the samples that compile with version 0.39 of the windows crate.