Skip to content

Commit 3c28d7f

Browse files
authored
Update README.md
1 parent 83b67df commit 3c28d7f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Blog OS (Heap Allocation)
1+
# Blog OS (Allocator Designs)
22

3-
[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-10)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-10)
3+
[![Build Status](https://github.com/phil-opp/blog_os/workflows/Build%20Code/badge.svg?branch=post-11)](https://github.com/phil-opp/blog_os/actions?query=workflow%3A%22Build+Code%22+branch%3Apost-11)
44

5-
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.
5+
This repository contains the source code for the [Allocator Designs][post] post of the [Writing an OS in Rust](https://os.phil-opp.com) series.
66

7-
[post]: https://os.phil-opp.com/heap-allocation/
7+
[post]: https://os.phil-opp.com/allocator-designs/
88

99
**Check out the [master branch](https://github.com/phil-opp/blog_os) for more information.**
1010

0 commit comments

Comments
 (0)