diff options
| author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2023-09-14 08:07:45 +0200 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2023-09-14 10:22:39 +0000 |
| commit | f88338f80127d8bbbb49269e2399fd9e7e460c5c (patch) | |
| tree | 3138214dced8da023d26575b43d115abd29d2c97 | |
| parent | 6eaf416f353310b106c12a928fd5099b105503cb (diff) | |
issue_templates/Bug Report: fix outdated URL for GFXReconstruct
The URL moved.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25218>
| -rw-r--r-- | .gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md index 093119e8223..98251fb8569 100644 --- a/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md +++ b/.gitlab/issue_templates/Bug Report - AMD Radeon Vulkan.md @@ -66,7 +66,7 @@ Did it used to work in a previous Mesa version? It can greatly help to know when ### API captures (if applicable, optional) -Consider recording a [GFXReconstruct](https://github.com/LunarG/gfxreconstruct/blob/dev/USAGE_desktop.md) (preferred), [RenderDoc](https://renderdoc.org/), or [apitrace](https://github.com/apitrace/apitrace/blob/master/docs/USAGE.markdown) capture of the issue with the RADV driver active. This can tremendously help when debugging issues, but you're still encouraged to report issues if you can't provide a capture file. +Consider recording a [GFXReconstruct](https://github.com/LunarG/gfxreconstruct/blob/dev/USAGE_desktop_Vulkan.md) (preferred), [RenderDoc](https://renderdoc.org/), or [apitrace](https://github.com/apitrace/apitrace/blob/master/docs/USAGE.markdown) capture of the issue with the RADV driver active. This can tremendously help when debugging issues, but you're still encouraged to report issues if you can't provide a capture file. ### Further information (optional) |