aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-04-29 23:17:18 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-04-29 23:07:06 +0200
commitfaf3d11ad7b10b9acfb59fe186876a3005385e4d (patch)
treeb76842ea3ec63d45d46d6307db7d86570a9149f2 /contrib/devtools/README.md
parent0ad104190465d8d65c2344bbe10dcf3df025d86c (diff)
downloadbitcoin-faf3d11ad7b10b9acfb59fe186876a3005385e4d.tar.xz
[doc] Update bitcoin-core GitHub links
Diffstat (limited to 'contrib/devtools/README.md')
-rw-r--r--contrib/devtools/README.md6
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`