From b141994fe5c9e1d27658e9a57e723847c7a5ef34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Gourichon?= Date: Thu, 21 Apr 2016 12:04:27 +0200 Subject: [PATCH] Fix broken link (had ill-formed markup). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ff928..c54327f 100644 --- a/README.md +++ b/README.md @@ -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.