From c4f0c7bf21e13bfe28dd22ae783300ccfc1479aa Mon Sep 17 00:00:00 2001 From: Scott Graham Date: Tue, 6 Dec 2022 03:44:18 -0800 Subject: [PATCH] Fix links to example .cc files in README (#238) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2141a26..c2a79f7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ void print_to_buf(void *buf, unsigned len) { } ``` -See the "[Use nanoprintf directly](https://github.com/charlesnicholson/nanoprintf/blob/master/examples/use_npf_directly/main.cpp)" and "[Wrap nanoprintf](https://github.com/charlesnicholson/nanoprintf/blob/master/examples/wrap_npf/main.cpp)" examples for more details. +See the "[Use nanoprintf directly](https://github.com/charlesnicholson/nanoprintf/blob/master/examples/use_npf_directly/main.cc)" and "[Wrap nanoprintf](https://github.com/charlesnicholson/nanoprintf/blob/master/examples/wrap_npf/main.cc)" examples for more details. ## Motivation