From 1026ce481d59c968087a30ec5bfd15d3ae5d497d Mon Sep 17 00:00:00 2001 From: Wasin Thonkaew Date: Fri, 19 Jul 2019 23:04:30 +0800 Subject: [PATCH] fix url of debug markers sample --- docs/getting_started/quick_start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -----------------