Fix examples links in README (#7164)

This commit is contained in:
наб 2025-02-24 17:45:43 +01:00 committed by GitHub
parent 2f255edc60
commit 67ed556f32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ _Explain how this change is tested._
Thanks for filing! The codeowners file will automatically request reviews from the appropriate teams.
After you get a review and have addressed any comments, please explicitly re-request a review from the
person(s) who reviewed your changes. This will make sure it gets re-added to their review queue - you're no bothering us!
person(s) who reviewed your changes. This will make sure it gets re-added to their review queue - you're not bothering us!
-->
**Checklist**

View File

@ -42,11 +42,11 @@ For an overview of all the components in the gfx-rs ecosystem, see [the big pict
### Play with our Examples
Go to [https://wgpu.rs/examples/] to play with our examples in your browser. Requires a browser supporting WebGPU for the WebGPU examples.
Go to <https://wgpu.rs/examples/> to play with our examples in your browser. Requires a browser supporting WebGPU for the WebGPU examples.
### Rust
Rust examples can be found at [wgpu/examples](examples). You can run the examples on native with `cargo run --bin wgpu-examples <example>`. See the [list of examples](examples).
Rust examples can be found at [examples](examples). You can run the examples natively with `cargo run --bin wgpu-examples <example>`.
If you are new to wgpu and graphics programming, we recommend starting with https://sotrh.github.io/learn-wgpu/.