aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorJimmy Hu <jimmy.hu@dexon.org>2018-10-31 10:24:10 +0800
committerSonic <sonic@dexon.org>2019-04-08 15:30:14 +0800
commit54819ce86e62b4e395a7180b9e198c447523da50 (patch)
tree3fbb0b35f540b7dd8421014d0817932192b63492 /readme.md
parentbbc288d09608072f9dfc12e27b59a5228b7705e0 (diff)
downloaddexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar
dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.gz
dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.bz2
dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.lz
dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.xz
dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.tar.zst
dexon-bls-54819ce86e62b4e395a7180b9e198c447523da50.zip
Change travisCI setting
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 18c204f..b1efb3f 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-[![Build Status](https://travis-ci.com/Spiderpowa/bls.png?branch=dev)](https://travis-ci.com/Spiderpowa/bls)
+[![Build Status](https://travis-ci.com/dexon-foundation/bls.png?branch=dev)](https://travis-ci.com/dexon-foundation/bls)
# BLS threshold signature
@@ -10,8 +10,8 @@ Create a working directory (e.g., work) and clone the following repositories.
```
mkdir work
cd work
-git clone git://github.com/herumi/mcl.git
-git clone git://github.com/herumi/bls.git
+git clone git://github.com/dexon-foundation/mcl.git
+git clone git://github.com/dexon-foundation/bls.git
git clone git://github.com/herumi/cybozulib_ext ; for only Windows
```