From 316952044ee12947b706be742dd7368f40f25c32 Mon Sep 17 00:00:00 2001 From: mklefrancois <38076163+mklefrancois@users.noreply.github.com> Date: Mon, 31 Aug 2020 18:50:20 +0200 Subject: [PATCH] Fixing doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adbc1a1..713f7fc 100644 --- a/README.md +++ b/README.md @@ -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/)** <- -------