Skip to content

Commit

Permalink
Fix links to example .cc files in README (charlesnicholson#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraham authored Dec 6, 2022
1 parent c707dc4 commit c4f0c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4f0c7b

Please sign in to comment.