From a2364f9e59bb003fafe7b705907e44946bc8676b Mon Sep 17 00:00:00 2001 From: zzeroo Date: Thu, 12 Sep 2019 15:35:56 +0200 Subject: [PATCH] Fix: Link to the old "Set up GDB" article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd08de2a..08c6199a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ The current version of the blog is already the second edition. The first edition - [Cross Compile Binutils](https://os.phil-opp.com/cross-compile-binutils.html) - [Cross Compile libcore](https://os.phil-opp.com/cross-compile-libcore.html) -- [Set Up GDB](https://os.phil-opp.com/set-up-gdb.html) +- [Set Up GDB](https://os.phil-opp.com/set-up-gdb) - [Handling Exceptions using Naked Functions](https://os.phil-opp.com/handling-exceptions-with-naked-fns.html) - [Catching Exceptions](https://os.phil-opp.com/catching-exceptions.html) ([source code](https://github.com/phil-opp/blog_os/tree/catching_exceptions))