From 8c1e98752a5e44f6c03e4bf684beef1d7042771a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 27 Jan 2019 16:59:44 +0100 Subject: [PATCH] Update Readme for `VGA Text Mode` post --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc23a357..38717aa8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# Blog OS (A Minimal Rust Kernel) +# Blog OS (VGA Text Mode) -[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-02)](https://travis-ci.org/phil-opp/blog_os/branches) +[![Build Status](https://travis-ci.org/phil-opp/blog_os.svg?branch=post-03)](https://travis-ci.org/phil-opp/blog_os/branches) -This repository contains the source code for the [A Minimal Rust Kernel][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. +This repository contains the source code for the [VGA Text Mode][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series. -[post]: https://os.phil-opp.com/minimal-rust-kernel/ +[post]: https://os.phil-opp.com/vga-text-mode/ **Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**