diff options
author | MarcoFalke <falke.marco@gmail.com> | 2016-04-29 23:17:18 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2016-04-29 23:07:06 +0200 |
commit | faf3d11ad7b10b9acfb59fe186876a3005385e4d (patch) | |
tree | b76842ea3ec63d45d46d6307db7d86570a9149f2 /contrib/devtools/README.md | |
parent | 0ad104190465d8d65c2344bbe10dcf3df025d86c (diff) |
[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 1103ca86c5..bb8b9246b8 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` |