Skip to content

Commit

Permalink
Merge #3781
Browse files Browse the repository at this point in the history
3781: Fix broken links. r=cwfitzgerald a=meowjesty

- wgpu-rs was linking to the archived version;
- rust-tutorials/learn-gfx-hal doesn't exist anymore;

As there is only 1 tutorial link for gfx, I've changed plurals to singular as well.

This is a minor change, does it need an issue?


Co-authored-by: meowjesty <[email protected]>
  • Loading branch information
bors[bot] and meowjesty authored Jul 16, 2021
2 parents dc0fdb2 + 80c8242 commit 2e8a2ff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions info/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ For Linux, a Vulkan compatible driver must also be installed. For example, the o
## Usage

As mentioned befored, gfx is a low-level library, not necessarily intended for beginners.
You might want to get a grasp on the fundamental graphics concepts by using [wgpu-rs](https://github.com/gfx-rs/wgpu-rs).
You might want to get a grasp on the fundamental graphics concepts by using [wgpu-rs](https://github.com/gfx-rs/wgpu/tree/master/wgpu).

Some good tutorials for learning how to use gfx are [mistodon/gfx-hal-tutorials](https://github.com/mistodon/gfx-hal-tutorials)
and [rust-tutorials/learn-gfx-hal](https://github.com/rust-tutorials/learn-gfx-hal).
A good tutorial for learning how to use gfx is [mistodon/gfx-hal-tutorials](https://github.com/mistodon/gfx-hal-tutorials).

The gfx repository contains a number of examples. Those examples are automatically downloaded when the repository is cloned.

Expand Down

0 comments on commit 2e8a2ff

Please sign in to comment.