From d109a1ddeb6cd323deb77e178c088b77c5910ed0 Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Tue, 2 Apr 2019 12:48:10 +0000 Subject: [PATCH] readme: fix link to template Fixes: https://github.com/libopencm3/libopencm3/issues/1033 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b070859a..33c952db 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ Installation ------------ Simply pass -I and -L flags to your own project. See the -[libopencm3-template](https://github.com/libopencm3/libopencm3-miniblink) +[libopencm3-template](https://github.com/libopencm3/libopencm3-template) repository for a template repository using this library as a Git submodule, the most popular method of use. The libopencm3-examples is another example of this.