From 89e3e2b1908283a3ed640b131369ac795948ca66 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 7 Jul 2019 11:26:15 +0200 Subject: [PATCH] Use correct build badge in post-10 Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b36c1069..5695bc9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Blog OS (Heap Allocation) -[![Azure Pipelines CI build](https://img.shields.io/azure-devops/build/phil-opp/blog_os/1/post-09.svg?label=Build&style=flat-square)](https://dev.azure.com/phil-opp/blog_os/_build?definitionId=1) +[![Azure Pipelines CI build](https://img.shields.io/azure-devops/build/phil-opp/blog_os/1/post-10.svg?label=Build&style=flat-square)](https://dev.azure.com/phil-opp/blog_os/_build?definitionId=1) This repository contains the source code for the [Heap Allocation][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series.