aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2015-12-08 06:40:12 +0800
committerchriseth <c@ethdev.com>2015-12-08 06:40:12 +0800
commit10504165ea977065ba5f80e3064ac662c9cd91ae (patch)
tree258659036cca21364d5c76a6dde48c138145d553 /README.md
parentb75b0a37397ff98b3a80df11dcd1e4bbcdee8365 (diff)
downloaddexon-solidity-10504165ea977065ba5f80e3064ac662c9cd91ae.tar
dexon-solidity-10504165ea977065ba5f80e3064ac662c9cd91ae.tar.gz
dexon-solidity-10504165ea977065ba5f80e3064ac662c9cd91ae.tar.bz2
dexon-solidity-10504165ea977065ba5f80e3064ac662c9cd91ae.tar.lz
dexon-solidity-10504165ea977065ba5f80e3064ac662c9cd91ae.tar.xz
dexon-solidity-10504165ea977065ba5f80e3064ac662c9cd91ae.tar.zst
dexon-solidity-10504165ea977065ba5f80e3064ac662c9cd91ae.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5b40e1a8..217b7f23 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Join the chat at https://gitter.im/ethereum/solidity](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/solidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Useful links
-To get started you can find a basic introduction to the language in [Solidity Tutorial](https://ethereum.github.io/solidity/docs/home/).
+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).