readme: fix link to template

Fixes: https://github.com/libopencm3/libopencm3/issues/1033
This commit is contained in:
Karl Palsson 2019-04-02 12:48:10 +00:00
parent 0fd4f74ee3
commit d109a1ddeb

View File

@ -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.