Add missing links in README.md

This commit is contained in:
Edgar Bonet
2020-11-23 15:23:46 +01:00
parent 95c82e15ff
commit c5378117d3
+1 -1
View File
@@ -62,7 +62,7 @@ https://learn.adafruit.com/the-well-automated-arduino-library/doxygen
https://learn.adafruit.com/the-well-automated-arduino-library/doxygen-tips
## Code formatting and clang-format
The code should be formatted according to the [LLVM Coding Standards][std], which is the default of the clang-format tool. The easiest way to ensure conformance is to [install clang-format][llvm] and run
The code should be formatted according to the [LLVM Coding Standards](https://llvm.org/docs/CodingStandards.html), which is the default of the clang-format tool. The easiest way to ensure conformance is to [install clang-format](https://llvm.org/builds/) and run
```shell
clang-format -i <source_file>`