diff options
| author | MarcoFalke <[email protected]> | 2016-04-29 23:17:18 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2016-04-29 23:07:06 +0200 |
| commit | faf3d11ad7b10b9acfb59fe186876a3005385e4d (patch) | |
| tree | b76842ea3ec63d45d46d6307db7d86570a9149f2 /contrib/devtools/README.md | |
| parent | Merge #7807: Fixed miner test values, gave constants for less error-prone val... (diff) | |
| download | discoin-faf3d11ad7b10b9acfb59fe186876a3005385e4d.tar.xz discoin-faf3d11ad7b10b9acfb59fe186876a3005385e4d.zip | |
[doc] Update bitcoin-core GitHub links
Diffstat (limited to 'contrib/devtools/README.md')
| -rw-r--r-- | contrib/devtools/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index 1103ca86c..bb8b9246b 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -48,9 +48,9 @@ the commit it claims to have been updated to. To use, make sure that you have fetched the upstream repository branch in which the subtree is maintained: -* for `src/secp256k1`: https://github.com/bitcoin/secp256k1.git (branch master) -* for `src/leveldb`: https://github.com/bitcoin/leveldb.git (branch bitcoin-fork) -* for `src/univalue`: https://github.com/bitcoin/univalue.git (branch master) +* for `src/secp256k1`: https://github.com/bitcoin-core/secp256k1.git (branch master) +* for `src/leveldb`: https://github.com/bitcoin-core/leveldb.git (branch bitcoin-fork) +* for `src/univalue`: https://github.com/bitcoin-core/univalue.git (branch master) Usage: `git-subtree-check.sh DIR COMMIT` |