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
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
7373The 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
7777cd minisketch
7878./autogen.sh && ./configure && make
7979```
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/] )
22
33m4_ifdef ( [ AM_SILENT_RULES ] , [ AM_SILENT_RULES ([ yes] )] )
44
You can’t perform that action at this time.
0 commit comments