Merge pull request #76 from fidergo-stephane-gourichon/master

Fix broken link (had ill-formed markup).
This commit is contained in:
Arnout Engelen
2016-04-21 12:12:21 +02:00

View File

@@ -65,7 +65,7 @@ If you want to remove Nethogs from your system, you can:
Coding standards
----------------
We use the [http://llvm.org/docs/CodingStandards.html](LLVM coding standards),
We use the [LLVM coding standards](http://llvm.org/docs/CodingStandards.html),
with the exception that we do allow 'return' after 'else' if it makes the code
more readable.