aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWei-Ning Huang <w@dexon.org>2018-11-21 16:17:13 +0800
committerJimmy Hu <jimmy.hu@dexon.org>2018-12-06 14:13:59 +0800
commit9c6aeb947bbc9f0253cdcd2759d08fdf0fba76b0 (patch)
tree82fd9750d820d2979a515b59d1d6b931bb1f56b0
parent0c296819088457c721f78ba5a503bbacb1bc2f1e (diff)
downloaddexon-solidity-9c6aeb947bbc9f0253cdcd2759d08fdf0fba76b0.tar
dexon-solidity-9c6aeb947bbc9f0253cdcd2759d08fdf0fba76b0.tar.gz
dexon-solidity-9c6aeb947bbc9f0253cdcd2759d08fdf0fba76b0.tar.bz2
dexon-solidity-9c6aeb947bbc9f0253cdcd2759d08fdf0fba76b0.tar.lz
dexon-solidity-9c6aeb947bbc9f0253cdcd2759d08fdf0fba76b0.tar.xz
dexon-solidity-9c6aeb947bbc9f0253cdcd2759d08fdf0fba76b0.tar.zst
dexon-solidity-9c6aeb947bbc9f0253cdcd2759d08fdf0fba76b0.zip
Update READEME.md to reflect fork
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index c7065c09..cb548160 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,6 @@
# 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) [![Build Status](https://travis-ci.org/ethereum/solidity.svg?branch=develop)](https://travis-ci.org/ethereum/solidity)
+<!--[![Join the chat at https://gitter.im/dexon-foundation/dsolidity](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/dexon-foundation/dsolidity?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)-->
+[![Build Status](https://travis-ci.com/dexon-foundation/dsolidity.svg?branch=develop)](https://travis-ci.com/dexon-foundation/dsolidity)
Solidity is a statically typed, contract-oriented, high-level language for implementing smart contracts on the Ethereum platform.
## Table of Contents
@@ -38,7 +39,7 @@ contract HelloWorld {
}
```
-To get started with Solidity, you can use [Remix](https://remix.ethereum.org/), which is an
+To get started with Solidity, you can use [Remix](https://remix.dexon.org/), which is an
browser-based IDE. Here are some example contracts:
1. [Voting](https://solidity.readthedocs.io/en/v0.4.24/solidity-by-example.html#voting)