aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-08-27 03:57:53 +0800
committerGitHub <noreply@github.com>2016-08-27 03:57:53 +0800
commita1fde020fb0cbac7452bc248661e3d65c4d7d83f (patch)
tree20bd49af272a2e5b9ed269ae070ec0850c9a2a0a
parentfb7836d87bba0eacb2454d6c50b1209365a89b6d (diff)
parent10882f1ee70f9c1e1a3639914aa4d3aaa72a9516 (diff)
downloaddexon-solidity-a1fde020fb0cbac7452bc248661e3d65c4d7d83f.tar.gz
dexon-solidity-a1fde020fb0cbac7452bc248661e3d65c4d7d83f.tar.zst
dexon-solidity-a1fde020fb0cbac7452bc248661e3d65c4d7d83f.zip
Merge pull request #961 from Denton-L/fix-link
Fix broken link
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b2bf92f2..e054cb08 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Solidity is still under development. So please do not hesitate and open an [issu
See the [Solidity documentation](http://solidity.readthedocs.io/en/latest/installing-solidity.html#building-from-source) for build instructions.
## How to Contribute
-This repository uses the same [coding style](https://github.com/ethereum/webthree-umbrella/blob/develop/CodingStandards.txt) as
-all of the cpp-ethereum projects. Please try to align with us in the gitter channel before making larger changes.
+This repository uses the same [coding style](https://github.com/ethereum/cpp-ethereum/blob/develop/CodingStandards.txt) as
+all of the cpp-ethereum projects. Please try to align with us in the Gitter channel before making larger changes.
Any contributions are welcome!