[Pkg-bitcoin-commits] [libsecp256k1] 06/45: Update bitcoin-core GitHub links

Jonas Smedegaard dr at jones.dk
Sat Aug 27 12:00:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libsecp256k1.

commit faa2a11ce541d1cd3b888b30ea3b467607034bf3
Author: MarcoFalke <falke.marco at gmail.com>
Date:   Fri Apr 29 23:25:27 2016 +0200

    Update bitcoin-core GitHub links
---
 README.md          | 2 +-
 libsecp256k1.pc.in | 2 +-
 src/tests.c        | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 6095db4..8cd344e 100644
--- a/README.md
+++ b/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.
 
diff --git a/libsecp256k1.pc.in b/libsecp256k1.pc.in
index 1c72dd0..a0d006f 100644
--- a/libsecp256k1.pc.in
+++ b/libsecp256k1.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
 
 Name: libsecp256k1
 Description: Optimized C library for EC operations on curve secp256k1
-URL: https://github.com/bitcoin/secp256k1
+URL: https://github.com/bitcoin-core/secp256k1
 Version: @PACKAGE_VERSION@
 Cflags: -I${includedir}
 Libs.private: @SECP_LIBS@
diff --git a/src/tests.c b/src/tests.c
index 3abfe12..e10f852 100644
--- a/src/tests.c
+++ b/src/tests.c
@@ -1951,8 +1951,8 @@ void test_add_neg_y_diff_x(void) {
      * of the sum to be wrong (since infinity has no xy coordinates).
      * HOWEVER, if the x-coordinates are different, infinity is the
      * wrong answer, and such degeneracies are exposed. This is the
-     * root of https://github.com/bitcoin/secp256k1/issues/257 which
-     * this test is a regression test for.
+     * root of https://github.com/bitcoin-core/secp256k1/issues/257
+     * which this test is a regression test for.
      *
      * These points were generated in sage as
      * # secp256k1 params

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libsecp256k1.git



More information about the Pkg-bitcoin-commits mailing list