diff --git a/renderdoc/driver/ihv/amd/amd_isa.cpp b/renderdoc/driver/ihv/amd/amd_isa.cpp index 0837e5c71..654c2cf1b 100644 --- a/renderdoc/driver/ihv/amd/amd_isa.cpp +++ b/renderdoc/driver/ihv/amd/amd_isa.cpp @@ -172,8 +172,7 @@ std::string Disassemble(const SPVModule *spv, const std::string &entry, const st ; download the plugins package. ; ; To see instructions on how to download and configure the plugins on your system, go to: -; https://github.com/baldurk/renderdoc/wiki/GCN_ISA -)"; +; https://github.com/baldurk/renderdoc/wiki/GCN-ISA)"; } std::string cmdLine = "-set spirvDasmLegacyFormat=1 -Dall -l"; @@ -293,8 +292,7 @@ std::string Disassemble(ShaderStage stage, const std::vector &glsl, ; It only works when the AMD driver is currently being used for graphics. ; ; To see instructions on how to download and configure the plugins on your system, go to: -; https://github.com/baldurk/renderdoc/wiki/GCN_ISA -)"; +; https://github.com/baldurk/renderdoc/wiki/GCN-ISA)"; } const char *stageName = "unk"; diff --git a/renderdoc/driver/ihv/amd/amd_isa_win32.cpp b/renderdoc/driver/ihv/amd/amd_isa_win32.cpp index 61b13184f..bae7bd393 100644 --- a/renderdoc/driver/ihv/amd/amd_isa_win32.cpp +++ b/renderdoc/driver/ihv/amd/amd_isa_win32.cpp @@ -40,7 +40,7 @@ Currently atidxx64.dll from AMD's driver package is required for GCN disassembly distributed with RenderDoc. To see instructions on how to download and configure it on your system, go to: -https://github.com/baldurk/renderdoc/wiki/GCN_ISA)"; +https://github.com/baldurk/renderdoc/wiki/GCN-ISA)"; namespace GCNISA { @@ -70,7 +70,7 @@ std::string GCNISA::Disassemble(const DXBC::DXBCFile *dxbc, const std::string &t ; distributed with RenderDoc. ; To see instructions on how to download and configure it on your system, go to: -; https://github.com/baldurk/renderdoc/wiki/GCN_ISA)"; +; https://github.com/baldurk/renderdoc/wiki/GCN-ISA)"; // if DXBC is NULL we're testing support, so return empty string - indicating no error // initialising