diff options
Diffstat (limited to 'crypto/secp256k1/libsecp256k1/README.md')
-rw-r--r-- | crypto/secp256k1/libsecp256k1/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/secp256k1/libsecp256k1/README.md b/crypto/secp256k1/libsecp256k1/README.md index 6095db422..8cd344ea8 100644 --- a/crypto/secp256k1/libsecp256k1/README.md +++ b/crypto/secp256k1/libsecp256k1/README.md @@ -1,7 +1,7 @@ libsecp256k1 ============ -[![Build Status](https://travis-ci.org/bitcoin/secp256k1.svg?branch=master)](https://travis-ci.org/bitcoin/secp256k1) +[![Build Status](https://travis-ci.org/bitcoin-core/secp256k1.svg?branch=master)](https://travis-ci.org/bitcoin-core/secp256k1) Optimized C library for EC operations on curve secp256k1. |