Skip to content

Commit 842b931

Browse files
bors[bot]anderejd
andcommitted
Merge #2157
2157: Updated path to examples in getting_started.md. r=kvark a=anderejd Only a markdown file changed. Co-authored-by: anderejd <[email protected]>
2 parents eb8ba49 + 5be7e32 commit 842b931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/getting_started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To run an example, simply use `cargo run` and specify the backend with `--featur
2626

2727
```bash
2828
git clone https://github.com/gfx-rs/gfx
29-
cd gfx/examples/hal
29+
cd gfx/examples
3030
cargo run --bin quad --features vulkan
3131
cargo run --bin compute --features dx12 1 2 3 4
3232
```

0 commit comments

Comments
 (0)