From d5fe84e1c6f4bf6c42c4c028673ae32c53f0152c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 25 Jun 2017 20:53:43 +0200 Subject: [PATCH] Fix broken link --- blog/content/posts/04-printing-to-screen/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/posts/04-printing-to-screen/index.md b/blog/content/posts/04-printing-to-screen/index.md index 50057329..2c6e74eb 100644 --- a/blog/content/posts/04-printing-to-screen/index.md +++ b/blog/content/posts/04-printing-to-screen/index.md @@ -650,7 +650,7 @@ _Note_: You need to [cross compile binutils] to build it (or you create some sym [Rust Bare-Bones Kernel]: https://github.com/thepowersgang/rust-barebones-kernel [higher half]: http://wiki.osdev.org/Higher_Half_Kernel -[cross compile binutils]: ./posts/cross-compile-binutils/index.md +[cross compile binutils]: ./extra/cross-compile-binutils.md - [RustOS]: More advanced kernel that supports allocation, keyboard inputs, and threads. It also has a scheduler and a basic network driver.