From bef57db9bb833ef97305b8f600e48104ec460e08 Mon Sep 17 00:00:00 2001 From: SedenionProj <96470946+SedenionProj@users.noreply.github.com> Date: Mon, 3 Jul 2023 11:15:27 -0700 Subject: [PATCH] Update README.md (#2250) update introduction link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d339ab2..a7da57a1 100644 --- a/README.md +++ b/README.md @@ -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.