From 46707ff0830191f6893d0eb274fe537b2daa539a Mon Sep 17 00:00:00 2001 From: d-millar <33498836+d-millar@users.noreply.github.com> Date: Mon, 31 Aug 2026 14:23:41 +0000 Subject: [PATCH] GP-7195: link fix --- GhidraDocs/GhidraClass/Debugger/B5-AddingDebuggers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GhidraDocs/GhidraClass/Debugger/B5-AddingDebuggers.md b/GhidraDocs/GhidraClass/Debugger/B5-AddingDebuggers.md index fcb6eec900..418ddd1a6a 100644 --- a/GhidraDocs/GhidraClass/Debugger/B5-AddingDebuggers.md +++ b/GhidraDocs/GhidraClass/Debugger/B5-AddingDebuggers.md @@ -216,7 +216,7 @@ Both user- and kernel-mode require privileges to run the debugger, and, for test ### Documentation The principal piece of documentation for all new debuggers is a description of the launchers. -Right now, the [`TraceRmiLauncherServicePlugin.html`](../../../Ghidra/Debug/Debugger-rmi-trace/src/main/help/help/topics/TraceRmiConnectionManagerPlugin/TraceRmiLauncherServicePlugin.html) file in `Debug/Debugger-rmi-trace` contains all of this information. +Right now, the [`TraceRmiLauncherServicePlugin.html`](../../../Ghidra/Debug/Debugger-rmi-trace/src/main/help/help/topics/TraceRmiLauncherServicePlugin/TraceRmiLauncherServicePlugin.html) file in `Debug/Debugger-rmi-trace` contains all of this information. Detail to note: the `#@help` locations in the launchers themselves ought to match the HTML tags in the file, as should the launcher names. ### Extended features