Fixing doc

This commit is contained in:
mklefrancois 2020-08-31 18:50:20 +02:00
parent fffdd726ad
commit 316952044e

View file

@ -15,10 +15,10 @@ To be able to compile and run those examples, please follow the [setup](docs/set
## Tutorials
The [first tutorial] (https://nvpro-samples.github.io/vk_raytracing_tutorial_KHR/) starts from a very simple Vulkan application. It loads a OBJ file and use the rasterizer to render it. The tutorial is adding, **step-by-step**, all what is needed to be able to ray traced the scene.
The [first tutorial](https://nvpro-samples.github.io/vk_raytracing_tutorial_KHR/) starts from a very simple Vulkan application. It loads a OBJ file and use the rasterizer to render it. The tutorial is adding, **step-by-step**, all what is needed to be able to ray traced the scene.
-------
### Ray Tracing Tutorial -> [**Start **](https://nvpro-samples.github.io/vk_raytracing_tutorial_KHR/) <-
### Ray Tracing Tutorial -> **[Start](https://nvpro-samples.github.io/vk_raytracing_tutorial_KHR/)** <-
-------