665: Fix: Link to the old "Set up GDB" article r=phil-opp a=zzeroo



Co-authored-by: zzeroo <co@zzeroo.com>
This commit is contained in:
bors[bot]
2019-09-12 16:02:21 +00:00
committed by GitHub

View File

@@ -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 Binutils](https://os.phil-opp.com/cross-compile-binutils.html)
- [Cross Compile libcore](https://os.phil-opp.com/cross-compile-libcore.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) - [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) - [Catching Exceptions](https://os.phil-opp.com/catching-exceptions.html)
([source code](https://github.com/phil-opp/blog_os/tree/catching_exceptions)) ([source code](https://github.com/phil-opp/blog_os/tree/catching_exceptions))