aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-05-24 16:53:02 +0800
committerchriseth <c@ethdev.com>2016-05-24 16:53:02 +0800
commit86c65c9339111b5a8e3ce001bbaa36528d2c0e25 (patch)
tree02574a77bbc6ed69900b5031d82d28dd327e6af1 /README.md
parente3c54185434e16591e15e94b9f0cbef49c83137c (diff)
parentcde6ad87225035899e3d74bba5132a597dba0b76 (diff)
downloaddexon-solidity-86c65c9339111b5a8e3ce001bbaa36528d2c0e25.tar
dexon-solidity-86c65c9339111b5a8e3ce001bbaa36528d2c0e25.tar.gz
dexon-solidity-86c65c9339111b5a8e3ce001bbaa36528d2c0e25.tar.bz2
dexon-solidity-86c65c9339111b5a8e3ce001bbaa36528d2c0e25.tar.lz
dexon-solidity-86c65c9339111b5a8e3ce001bbaa36528d2c0e25.tar.xz
dexon-solidity-86c65c9339111b5a8e3ce001bbaa36528d2c0e25.tar.zst
dexon-solidity-86c65c9339111b5a8e3ce001bbaa36528d2c0e25.zip
Merge pull request #586 from chriseth/updatelink
Update links to browser-solidity.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 217b7f23..a1a524d8 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,7 @@
To get started you can find a basic introduction to the language in the [Solidity Documentation](https://solidity.readthedocs.org).
-You can start using [Solidity in your browser](https://chriseth.github.io/browser-solidity/) with no need to download or compile anything. This application only supports compilation - if you want to inject it into the blockchain, you have to use a client like [Geth](https://github.com/ethereum/go-ethereum/wiki) or [AlethZero](https://github.com/ethereum/alethzero).
-
-Also check out more documentations for [Solidity ABI](https://github.com/ethereum/wiki/wiki/Solidity,-Docs-and-ABI) and a crowdfunding [example contract](https://github.com/chriseth/cpp-ethereum/wiki/Crowdfunding-example-contract-in-Solidity) written in Solidity.
+You can start using [Solidity in your browser](https://ethereum.github.io/browser-solidity/) with no need to download or compile anything.
[Changelog](https://github.com/ethereum/wiki/wiki/Solidity-Changelog)