aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-13 22:10:36 +0800
committerGitHub <noreply@github.com>2018-03-13 22:10:36 +0800
commit8ad0fb3be3998cf509c6329f41428fcd8d0d7de5 (patch)
treec2f3bb6a14ad5fbecb2618f115015689063fa6c6
parent6bab7a4cce26e922029769e7193636cfc2fe3752 (diff)
parent255d2ce95dcdd61e49e1ab458d3e7293a114c6c9 (diff)
downloaddexon-solidity-8ad0fb3be3998cf509c6329f41428fcd8d0d7de5.tar
dexon-solidity-8ad0fb3be3998cf509c6329f41428fcd8d0d7de5.tar.gz
dexon-solidity-8ad0fb3be3998cf509c6329f41428fcd8d0d7de5.tar.bz2
dexon-solidity-8ad0fb3be3998cf509c6329f41428fcd8d0d7de5.tar.lz
dexon-solidity-8ad0fb3be3998cf509c6329f41428fcd8d0d7de5.tar.xz
dexon-solidity-8ad0fb3be3998cf509c6329f41428fcd8d0d7de5.tar.zst
dexon-solidity-8ad0fb3be3998cf509c6329f41428fcd8d0d7de5.zip
Merge pull request #3720 from yosyp/develop
Updated link for "try Solidity in your browser"
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb743729..42c392e2 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
## Useful links
To get started you can find an introduction to the language in the [Solidity documentation](https://solidity.readthedocs.org). In the documentation, you can find [code examples](https://solidity.readthedocs.io/en/latest/solidity-by-example.html) as well as [a reference](https://solidity.readthedocs.io/en/latest/solidity-in-depth.html) of the syntax and details on how to write smart contracts.
-You can start using [Solidity in your browser](https://ethereum.github.io/browser-solidity/) with no need to download or compile anything.
+You can start using [Solidity in your browser](http://remix.ethereum.org) with no need to download or compile anything.
The changelog for this project can be found [here](https://github.com/ethereum/solidity/blob/develop/Changelog.md).