From b8f3f159f84c922b1a18f49e3849ef84fdf274ea Mon Sep 17 00:00:00 2001 From: isometimes Date: Tue, 5 Jul 2022 12:03:48 +0100 Subject: [PATCH] Put full URL in the backlink - not ideal, but solves the 404 if viewing on GH --- part1-bootstrapping/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/part1-bootstrapping/README.md b/part1-bootstrapping/README.md index 6ce18f3..bac5f83 100644 --- a/part1-bootstrapping/README.md +++ b/part1-bootstrapping/README.md @@ -1,7 +1,7 @@ Writing a "bare metal" operating system for Raspberry Pi 4 (Part 1) =================================================================== -[< Go back to introduction](../) +[< Go back to introduction](https://www.rpi4os.com/) How do we code? ---------------