diff --git a/README.md b/README.md index aceb4e1f..6fd15ca8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Blog OS (Double Faults) +# Blog OS (Hardware Interrupts) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-07)](https://travis-ci.org/phil-opp/blog_os/branches) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-08)](https://travis-ci.org/phil-opp/blog_os/branches) -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. +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. -[post]: https://os.phil-opp.com/double-fault-exceptions/ +[post]: https://os.phil-opp.com/hardware-interrupts/ **Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**