File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,12 @@ Below we compare the PinSketch algorithm (which `libminisketch` is an implementa
68
68
69
69
## Building
70
70
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.
72
72
73
73
The following may work and produce a ` libminisketch.a ` file you can link against:
74
74
75
75
``` bash
76
- git clone https://github.com/sipa /minisketch
76
+ git clone https://github.com/bitcoin-core /minisketch
77
77
cd minisketch
78
78
./autogen.sh && ./configure && make
79
79
```
Original file line number Diff line number Diff line change 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/] )
2
2
3
3
m4_ifdef ( [ AM_SILENT_RULES ] , [ AM_SILENT_RULES ([ yes] )] )
4
4
You can’t perform that action at this time.
0 commit comments