diff --git a/docs/getting_started/quick_start.rst b/docs/getting_started/quick_start.rst index ce456e682..330d13c29 100644 --- a/docs/getting_started/quick_start.rst +++ b/docs/getting_started/quick_start.rst @@ -3,7 +3,7 @@ Quick Start This document serves as a brief introduction to how to use RenderDoc to capture and analyse your application. It doesn't go into much detail about exactly what functionality is available for digging into things, as this can be found elsewhere. Instead it focuses on just the workflow from start to finish and roughly where to look for different things. -For this tutorial we will be using the `debugmarker `_. sample from `Sascha Willems' Vulkan samples repository `_.. +For this tutorial we will be using the ``debugmarker`` sample from `Sascha Willems' Vulkan samples repository `_.. Capturing a frame -----------------