From d5abc119f32da1dfd3f1adee0210b76e62ebe5fd Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 13 Mar 2019 11:04:37 +0100 Subject: [PATCH] Update Readme for `Paging Implementation` post --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d6de5af0..7a6724cb 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Blog OS (Introduction to Paging) +# Blog OS (Paging Implementation) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-09)](https://travis-ci.org/phil-opp/blog_os/branches) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-10)](https://travis-ci.org/phil-opp/blog_os/branches) -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. +This repository contains the source code for the [Paging Implementation][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. -[post]: https://os.phil-opp.com/paging-introduction/ +[post]: https://os.phil-opp.com/paging-implementation/ **Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**