From 084ada2a1117761c21527631705ea45516a81241 Mon Sep 17 00:00:00 2001 From: Maxime Quandalle Date: Thu, 27 Feb 2014 12:28:28 +0100 Subject: [PATCH] Relative links in the README.md If I'm not on `master` branch it doesn't make sense to link `CodingStandards.txt` from another branch. + add links for `LICENSE` and `TODO` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 30f1e07e5..8cc662f7d 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ See [Build Instructions](https://github.com/ethereum/cpp-ethereum/wiki/Build-Ins ## Yet To Do -See TODO +See [TODO](TODO) ## License -See LICENSE +See [LICENSE](LICENSE) ## Contributing -Please read [CodingStandards.txt](https://github.com/ethereum/cpp-ethereum/blob/master/CodingStandards.txt) thoroughly before making alterations to the code base. Please do *NOT* use an editor that automatically reformats whitespace away from astylerc or the formating guidelines as describled in [CodingStandards.txt](https://github.com/ethereum/cpp-ethereum/blob/master/CodingStandards.txt). +Please read [CodingStandards.txt](CodingStandards.txt) thoroughly before making alterations to the code base. Please do *NOT* use an editor that automatically reformats whitespace away from astylerc or the formating guidelines as describled in [CodingStandards.txt](CodingStandards.txt).