aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Summerwill <bob@summerwill.net>2016-08-12 09:38:11 +0800
committerGitHub <noreply@github.com>2016-08-12 09:38:11 +0800
commitb69172f2187d8e0a0292ee6a4a3865114c671db5 (patch)
tree506f0c80553afec01b84cb2e717ef294917ed527
parent0d4b3ef11ff9850eb88d71a54cc80e146a0153ae (diff)
parent33e96cbdd9cb79ed8123db26b65171d15887a683 (diff)
downloaddexon-solidity-b69172f2187d8e0a0292ee6a4a3865114c671db5.tar.gz
dexon-solidity-b69172f2187d8e0a0292ee6a4a3865114c671db5.tar.zst
dexon-solidity-b69172f2187d8e0a0292ee6a4a3865114c671db5.zip
Merge pull request #872 from Denton-L/modify-readme
Update README
-rw-r--r--README.md15
1 files changed, 6 insertions, 9 deletions
diff --git a/README.md b/README.md
index 9eaae4dd..b2bf92f2 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,20 @@
# The Solidity Contract-Oriented Programming Language
[![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 the [Solidity Documentation](https://solidity.readthedocs.org).
+## 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](http://solidity.readthedocs.io/en/latest/solidity-by-example.html) as well as [a reference](http://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.
-[Changelog](https://github.com/ethereum/solidity/blob/develop/Changelog.md)
-
-The [Solidity Features](https://github.com/ethereum/wiki/wiki/Solidity-Features) page contains a list of already completed Solidity feature stories with explanations and demonstrations, it is being updated continuously. More technical information you can find in the [Pivotal Tracker](https://www.pivotaltracker.com/n/projects/1189488).
+The changelog for this project can be found [here](https://github.com/ethereum/solidity/blob/develop/Changelog.md).
-Solidity is still under development. So please do not hesitate and open an [issue in github](https://github.com/ethereum/solidity/issues) if you encounter anything strange.
+Solidity is still under development. So please do not hesitate and open an [issue in GitHub](https://github.com/ethereum/solidity/issues) if you encounter anything strange.
## Building
-
-See the [Wiki](https://github.com/ethereum/webthree-umbrella/wiki) for build instructions, compatibility information and build tips.
+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.
+
Any contributions are welcome!