Update README.md (#2250)

update introduction link
This commit is contained in:
SedenionProj 2023-07-03 11:15:27 -07:00 committed by GitHub
parent 6a3fbf52a1
commit bef57db9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ To get started you are encouraged to use the following resources:
- The [examples](https://github.com/vulkano-rs/vulkano/tree/master/examples) folder in this repository.
- [docs.rs](https://docs.rs/vulkano) - Full Vulkano API documentation
- The guide on [vulkano.rs](https://vulkano.rs/guide/introduction) - Starts with trivial compute
- The guide on [vulkano.rs](https://vulkano.rs/introduction/introduction) - Starts with trivial compute
examples (~50 lines of code) and then works up to rendering triangles and mandelbrots.
The guide is currently outdated a little. We are planning to update it in the future, but it's
a good place to start understanding the base building blocks of Vulkano API.