From eddc2a21a61e5e18a22611f55f2bdfaed8d299db Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 12 Mar 2024 15:43:38 +0100 Subject: [PATCH] Fixed template link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a62e4201..d24b3324c 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Rust applications that use the Rust runtime and do not directly use OS services ## Building your own applications -Have a look at [rusty-demo](https://github.com/hermit-os/rusty-demo). +Have a look at [the template](https://github.com/hermit-os/hermit-rs-template). ## Use Hermit for C/C++, Go, and Fortran applications