nvpro-samples / vk_raytracing_tutorial_KHR

Ray tracing examples and tutorials using VK_KHR_ray_tracing
Apache License 2.0
1.34k stars 142 forks source link

Link is broken #68

Closed stefnotch closed 8 months ago

stefnotch commented 8 months ago

The Nvidia site at https://developer.nvidia.com/rtx/raytracing/vkray links to

https://nvpro-samples.github.io/vk_raytracing_tutorial_KHR/

which doesn't seem to be the correct link anymore.

NBickford-NV commented 8 months ago

Ah, looks like I typo'ed the path to markdeep.min.js when I updated it to the new location; that's why vkrt_tutorial.md.html isn't embedding there. I'll have this fixed in just a moment!

NBickford-NV commented 8 months ago

OK, this should be fixed now! If you're still seeing (insert vkrt_tutorial.md.html) here, you may need to perform a hard reload of the page (Ctrl-Shift-R).

It turns out I forgot to update the markdeep.min.js path there, but it appeared to work when I tested it locally, because my browser served a cached copy of markdeep.min.js (which no longer existed at the old location).

Thanks for reporting this!

stefnotch commented 8 months ago

Awesome, thanks for fixing this!

And also thank you all for maintaining this very solid raytracing tutorial series. I'm currently having fun slowly working my way through them.

mklefrancois commented 8 months ago

Thank you for your kind words. If there are any topics that you feel are missing from the tutorial, please feel free to report them as a problem.