From 76c518539f3a62516770d3eafcc5b112f8ee9e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Hentschel?= Date: Tue, 5 Jan 2010 20:42:19 +0100 Subject: [PATCH] winedbg: Update link. --- programs/winedbg/gdbproxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/winedbg/gdbproxy.c b/programs/winedbg/gdbproxy.c index ceae7775d47..c1dac013331 100644 --- a/programs/winedbg/gdbproxy.c +++ b/programs/winedbg/gdbproxy.c @@ -21,7 +21,7 @@ */ /* Protocol specification can be found here: - * http://sources.redhat.com/gdb/onlinedocs/gdb_32.html + * http://sources.redhat.com/gdb/onlinedocs/gdb/Maintenance-Commands.html */ #include "config.h"