From 0489c09d05fa2aba6a03ebcafb23e73cdc550955 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Thu, 12 Dec 2019 09:28:56 +0100 Subject: [PATCH] Update Github Actions badge for post-03 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 492da412..9a7d6819 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (VGA Text Mode) -[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-02)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-02) +[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-03)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-03) 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.