diff --git a/pkg/proc/gdbserial/gdbserver.go b/pkg/proc/gdbserial/gdbserver.go index 131006e07f..501b5c2328 100644 --- a/pkg/proc/gdbserial/gdbserver.go +++ b/pkg/proc/gdbserial/gdbserver.go @@ -11,7 +11,7 @@ // The protocol is specified at: // https://sourceware.org/gdb/onlinedocs/gdb/Remote-Protocol.html // with additional documentation for lldb specific extensions described at: -// https://github.com/llvm/llvm-project/blob/main/lldb/docs/lldb-gdb-remote.txt +// https://github.com/llvm/llvm-project/blob/main/lldb/docs/resources/lldbgdbremote.md // // Terminology: // * inferior: the program we are trying to debug