From 0fc63576e72ed473196ad014777b0e0b81089e1c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 25 Apr 2016 22:44:19 +0200 Subject: [PATCH] fix link --- blog/page/set-up-gdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/page/set-up-gdb.md b/blog/page/set-up-gdb.md index 62ec05d8..177a46cd 100644 --- a/blog/page/set-up-gdb.md +++ b/blog/page/set-up-gdb.md @@ -71,4 +71,4 @@ After connecting to QEMU, you can use various gdb commands to control execution Of course there are many more commands. Feel free to send a PR if you think this list is missing something important. For a more complete GDB overview, check out [Beej's Quick Guide][bggdb] or the [website for Harvard's CS161 course][CS161]. [bggdb]: http://beej.us/guide/bggdb/ -[CS161]: http://www.eecs.harvard.edu/~margo/cs161/resources/gdb.html +[CS161]: http://www.eecs.harvard.edu/~cs161/resources/gdb.html