From 0df629df47564eeedf7ff29a1e4b3b8fa0c4a471 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 27 Jan 2019 17:13:57 +0100 Subject: [PATCH] Update Readme for `Introduction to Paging` post --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6fd15ca8..d6de5af0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Blog OS (Hardware Interrupts) +# Blog OS (Introduction to Paging) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-08)](https://travis-ci.org/phil-opp/blog_os/branches) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-09)](https://travis-ci.org/phil-opp/blog_os/branches) -This repository contains the source code for the [Hardware Interrupts][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. +This repository contains the source code for the [Introduction to Paging][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. -[post]: https://os.phil-opp.com/hardware-interrupts/ +[post]: https://os.phil-opp.com/paging-introduction/ **Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**