Skip to content

Commit 36d4bd7

Browse files
committed
Merge bitcoin/bitcoin#31997: doc: update location of minisketch repository
972b604 doc: update location of minisketch repository (fanquake) Pull request description: This repository is now at https://github.com/bitcoin-core/minisketch. ACKs for top commit: hebasto: ACK 972b604. theStack: ACK 972b604 Tree-SHA512: a164f97700e73b284429993f9639d1d4eab23cc09ded3104be392d5d259297c2906906a565ffa8848a495e8f35cbbe18ba4155fe1d16cda0406ac3c75f9d9a62
2 parents 0c0a271 + 972b604 commit 36d4bd7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ Current subtrees include:
12301230
- Upstream at https://github.com/bitcoin-core/ctaes ; maintained by Core contributors.
12311231

12321232
- src/minisketch
1233-
- Upstream at https://github.com/sipa/minisketch ; maintained by Core contributors.
1233+
- Upstream at https://github.com/bitcoin-core/minisketch ; maintained by Core contributors.
12341234

12351235
Upgrading LevelDB
12361236
---------------------

test/lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ maintained:
9696
* for `src/leveldb`: https://github.com/bitcoin-core/leveldb-subtree.git (branch bitcoin-fork)
9797
* for `src/crypto/ctaes`: https://github.com/bitcoin-core/ctaes.git (branch master)
9898
* for `src/crc32c`: https://github.com/bitcoin-core/crc32c-subtree.git (branch bitcoin-fork)
99-
* for `src/minisketch`: https://github.com/sipa/minisketch.git (branch master)
99+
* for `src/minisketch`: https://github.com/bitcoin-core/minisketch.git (branch master)
100100

101101
To do so, add the upstream repository as remote:
102102

0 commit comments

Comments
 (0)