Skip to content

Commit 67ed556

Browse files
Fix examples links in README (#7164)
1 parent 2f255ed commit 67ed556

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _Explain how this change is tested._
1111
Thanks for filing! The codeowners file will automatically request reviews from the appropriate teams.
1212
1313
After you get a review and have addressed any comments, please explicitly re-request a review from the
14-
person(s) who reviewed your changes. This will make sure it gets re-added to their review queue - you're no bothering us!
14+
person(s) who reviewed your changes. This will make sure it gets re-added to their review queue - you're not bothering us!
1515
-->
1616

1717
**Checklist**

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ For an overview of all the components in the gfx-rs ecosystem, see [the big pict
4242

4343
### Play with our Examples
4444

45-
Go to [https://wgpu.rs/examples/] to play with our examples in your browser. Requires a browser supporting WebGPU for the WebGPU examples.
45+
Go to <https://wgpu.rs/examples/> to play with our examples in your browser. Requires a browser supporting WebGPU for the WebGPU examples.
4646

4747
### Rust
4848

49-
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).
49+
Rust examples can be found at [examples](examples). You can run the examples natively with `cargo run --bin wgpu-examples <example>`.
5050

5151
If you are new to wgpu and graphics programming, we recommend starting with https://sotrh.github.io/learn-wgpu/.
5252

0 commit comments

Comments
 (0)