Skip to content

Commit d1e6bb8

Browse files
committed
Merge #92: doc: rename from sipa to bitcoin-core
b7b7dd0 doc: rename from sipa to bitcoin-core (fanquake) Pull request description: ACKs for top commit: hebasto: ACK b7b7dd0. Tree-SHA512: 177167def6c9c3b9a87a3b410c99f437cb1058beecba18cca3146638729cc247221670edabe59a7712fb88ee1c0edb9b5d301e32e497bf89f80705dab6a63a79
2 parents eb37a9b + b7b7dd0 commit d1e6bb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ Below we compare the PinSketch algorithm (which `libminisketch` is an implementa
6868

6969
## Building
7070

71-
The build system is very rudimentary for now, and [improvements](https://github.com/sipa/minisketch/pulls) are welcome.
71+
The build system is very rudimentary for now, and [improvements](https://github.com/bitcoin-core/minisketch/pulls) are welcome.
7272

7373
The following may work and produce a `libminisketch.a` file you can link against:
7474

7575
```bash
76-
git clone https://github.com/sipa/minisketch
76+
git clone https://github.com/bitcoin-core/minisketch
7777
cd minisketch
7878
./autogen.sh && ./configure && make
7979
```

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([minisketch], [0.0.1], [http://github.com/sipa/minisketch/])
1+
AC_INIT([minisketch], [0.0.1], [http://github.com/bitcoin-core/minisketch/])
22

33
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
44

0 commit comments

Comments
 (0)