Skip to content

Commit faa2a11

Browse files
author
MarcoFalke
committed
Update bitcoin-core GitHub links
1 parent 7b549b1 commit faa2a11

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
libsecp256k1
22
============
33

4-
[![Build Status](https://travis-ci.org/bitcoin/secp256k1.svg?branch=master)](https://travis-ci.org/bitcoin/secp256k1)
4+
[![Build Status](https://travis-ci.org/bitcoin-core/secp256k1.svg?branch=master)](https://travis-ci.org/bitcoin-core/secp256k1)
55

66
Optimized C library for EC operations on curve secp256k1.
77

libsecp256k1.pc.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=@includedir@
55

66
Name: libsecp256k1
77
Description: Optimized C library for EC operations on curve secp256k1
8-
URL: https://github.com/bitcoin/secp256k1
8+
URL: https://github.com/bitcoin-core/secp256k1
99
Version: @PACKAGE_VERSION@
1010
Cflags: -I${includedir}
1111
Libs.private: @SECP_LIBS@

src/tests.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1951,8 +1951,8 @@ void test_add_neg_y_diff_x(void) {
19511951
* of the sum to be wrong (since infinity has no xy coordinates).
19521952
* HOWEVER, if the x-coordinates are different, infinity is the
19531953
* wrong answer, and such degeneracies are exposed. This is the
1954-
* root of https://github.com/bitcoin/secp256k1/issues/257 which
1955-
* this test is a regression test for.
1954+
* root of https://github.com/bitcoin-core/secp256k1/issues/257
1955+
* which this test is a regression test for.
19561956
*
19571957
* These points were generated in sage as
19581958
* # secp256k1 params

0 commit comments

Comments
 (0)