From 233943310cd582f3224b5082112e25946b2d6981 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 27 Jan 2019 17:12:21 +0100 Subject: [PATCH] Update Readme for `Double Faults` post --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4acd8d45..aceb4e1f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Blog OS (CPU Exceptions) +# Blog OS (Double Faults) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-06)](https://travis-ci.org/phil-opp/blog_os/branches) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-07)](https://travis-ci.org/phil-opp/blog_os/branches) -This repository contains the source code for the [CPU Exceptions][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. +This repository contains the source code for the [Double Faults][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. -[post]: https://os.phil-opp.com/cpu-exceptions/ +[post]: https://os.phil-opp.com/double-fault-exceptions/ **Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**