diff --git a/README.md b/README.md index f8b89ff33ea..b0de56a61c5 100644 --- a/README.md +++ b/README.md @@ -68,12 +68,12 @@ Below we compare the PinSketch algorithm (which `libminisketch` is an implementa ## Building -The build system is very rudimentary for now, and [improvements](https://github.com/sipa/minisketch/pulls) are welcome. +The build system is very rudimentary for now, and [improvements](https://github.com/bitcoin-core/minisketch/pulls) are welcome. The following may work and produce a `libminisketch.a` file you can link against: ```bash -git clone https://github.com/sipa/minisketch +git clone https://github.com/bitcoin-core/minisketch cd minisketch ./autogen.sh && ./configure && make ``` diff --git a/configure.ac b/configure.ac index 65a47b45c28..ec1815d982d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([minisketch], [0.0.1], [http://github.com/sipa/minisketch/]) +AC_INIT([minisketch], [0.0.1], [http://github.com/bitcoin-core/minisketch/]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])