From 94014b5a3905c45778a4a16ed0dce57f5986d6de Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 27 Jan 2019 17:04:55 +0100 Subject: [PATCH] Update Readme for `CPU Exceptions` post --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b4456831..4acd8d45 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Blog OS (Integration Tests) +# Blog OS (CPU Exceptions) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-05)](https://travis-ci.org/phil-opp/blog_os/branches) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-06)](https://travis-ci.org/phil-opp/blog_os/branches) -This repository contains the source code for the [Integration Tests][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. +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. -[post]: https://os.phil-opp.com/integration-tests/ +[post]: https://os.phil-opp.com/cpu-exceptions/ **Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**