From 54048259bc3e3b093b74d6d24ab03b568019c602 Mon Sep 17 00:00:00 2001 From: Anders-Petter Ljungquist Date: Tue, 7 May 2024 16:12:51 +0200 Subject: [PATCH] Fix broken link in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 365435c..f1d3479 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Other important workflows are documented in the [Makefile](./Makefile) and can b Below is the list of examples available in the repository. -* [`embedded_web_page`](apps/em) +* [`embedded_web_page`](apps/embedded_web_page/src/main.rs) : An example that illustrates how to bundle an embedded web page. * [`hello_world`](apps/hello_world/src/main.rs) : A simple "Hello, World!" application.