aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorethers <ethereum@outlook.com>2015-11-03 15:32:52 +0800
committerethers <ethereum@outlook.com>2015-11-03 15:32:52 +0800
commitd37e48f03d35f3a92fd3630c1272ee10de7adf3e (patch)
treea2e8f3f47322797268f2b320a15e8ef1a3dfc519
parent665344eeb2caf7d9da5e5979f5f1983ecdcd9327 (diff)
downloaddexon-solidity-d37e48f03d35f3a92fd3630c1272ee10de7adf3e.tar
dexon-solidity-d37e48f03d35f3a92fd3630c1272ee10de7adf3e.tar.gz
dexon-solidity-d37e48f03d35f3a92fd3630c1272ee10de7adf3e.tar.bz2
dexon-solidity-d37e48f03d35f3a92fd3630c1272ee10de7adf3e.tar.lz
dexon-solidity-d37e48f03d35f3a92fd3630c1272ee10de7adf3e.tar.xz
dexon-solidity-d37e48f03d35f3a92fd3630c1272ee10de7adf3e.tar.zst
dexon-solidity-d37e48f03d35f3a92fd3630c1272ee10de7adf3e.zip
update link to tutorial
old link was pointing to a wiki that mentions this new link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd6b48de..5b40e1a8 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://github.com/ethereum/wiki/wiki/Solidity-Tutorial).
+To get started you can find a basic introduction to the language in [Solidity Tutorial](https://ethereum.github.io/solidity/docs/home/).
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).