Skip to content

Commit fc23fee

Browse files
committed
Merge #7975: [doc] Update bitcoin-core GitHub links
faf3d11 [doc] Update bitcoin-core GitHub links (MarcoFalke)
2 parents 559fbae + faf3d11 commit fc23fee

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

contrib/devtools/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ the commit it claims to have been updated to.
4848

4949
To use, make sure that you have fetched the upstream repository branch in which the subtree is
5050
maintained:
51-
* for `src/secp256k1`: https://github.com/bitcoin/secp256k1.git (branch master)
52-
* for `src/leveldb`: https://github.com/bitcoin/leveldb.git (branch bitcoin-fork)
53-
* for `src/univalue`: https://github.com/bitcoin/univalue.git (branch master)
51+
* for `src/secp256k1`: https://github.com/bitcoin-core/secp256k1.git (branch master)
52+
* for `src/leveldb`: https://github.com/bitcoin-core/leveldb.git (branch bitcoin-fork)
53+
* for `src/univalue`: https://github.com/bitcoin-core/univalue.git (branch master)
5454

5555
Usage: `git-subtree-check.sh DIR COMMIT`
5656

contrib/gitian-descriptors/gitian-osx-signer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages:
88
- "faketime"
99
reference_datetime: "2016-01-01 00:00:00"
1010
remotes:
11-
- "url": "https://github.com/bitcoin/bitcoin-detached-sigs.git"
11+
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
1212
"dir": "signature"
1313
files:
1414
- "bitcoin-osx-unsigned.tar.gz"

contrib/gitian-descriptors/gitian-win-signer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ packages:
99
- "autoconf"
1010
reference_datetime: "2016-01-01 00:00:00"
1111
remotes:
12-
- "url": "https://github.com/bitcoin/bitcoin-detached-sigs.git"
12+
- "url": "https://github.com/bitcoin-core/bitcoin-detached-sigs.git"
1313
"dir": "signature"
1414
files:
1515
- "osslsigncode-1.7.1.tar.gz"

doc/gitian-building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Clone the git repositories for bitcoin and Gitian.
310310
```bash
311311
git clone https://github.com/devrandom/gitian-builder.git
312312
git clone https://github.com/bitcoin/bitcoin
313-
git clone https://github.com/bitcoin/gitian.sigs.git
313+
git clone https://github.com/bitcoin-core/gitian.sigs.git
314314
```
315315

316316
Setting up the Gitian image
@@ -441,7 +441,7 @@ Then when building, override the remote URLs that gbuild would otherwise pull fr
441441
```bash
442442

443443
cd /some/root/path/
444-
git clone https://github.com/bitcoin/bitcoin-detached-sigs.git
444+
git clone https://github.com/bitcoin-core/bitcoin-detached-sigs.git
445445

446446
BTCPATH=/some/root/path/bitcoin.git
447447
SIGPATH=/some/root/path/bitcoin-detached-sigs.git
@@ -473,5 +473,5 @@ Uploading signatures
473473
---------------------
474474

475475
After building and signing you can push your signatures (both the `.assert` and `.assert.sig` files) to the
476-
[bitcoin/gitian.sigs](https://github.com/bitcoin/gitian.sigs/) repository, or if that's not possible create a pull
476+
[bitcoin-core/gitian.sigs](https://github.com/bitcoin-core/gitian.sigs/) repository, or if that's not possible create a pull
477477
request. You can also mail the files to Wladimir ([email protected]) and he will commit them.

doc/release-notes/release-notes-0.12.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Signature validation using libsecp256k1
6161
---------------------------------------
6262

6363
ECDSA signatures inside Bitcoin transactions now use validation using
64-
[libsecp256k1](https://github.com/bitcoin/secp256k1) instead of OpenSSL.
64+
[libsecp256k1](https://github.com/bitcoin-core/secp256k1) instead of OpenSSL.
6565

6666
Depending on the platform, this means a significant speedup for raw signature
6767
validation speed. The advantage is largest on x86_64, where validation is over

doc/release-process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Before every major release:
2020
Check out the source code in the following directory hierarchy.
2121

2222
cd /path/to/your/toplevel/build
23-
git clone https://github.com/bitcoin/gitian.sigs.git
24-
git clone https://github.com/bitcoin/bitcoin-detached-sigs.git
23+
git clone https://github.com/bitcoin-core/gitian.sigs.git
24+
git clone https://github.com/bitcoin-core/bitcoin-detached-sigs.git
2525
git clone https://github.com/devrandom/gitian-builder.git
2626
git clone https://github.com/bitcoin/bitcoin.git
2727

@@ -170,7 +170,7 @@ Commit your signature to gitian.sigs:
170170
Wait for Windows/OS X detached signatures:
171171

172172
- Once the Windows/OS X builds each have 3 matching signatures, they will be signed with their respective release keys.
173-
- Detached signatures will then be committed to the [bitcoin-detached-sigs](https://github.com/bitcoin/bitcoin-detached-sigs) repository, which can be combined with the unsigned apps to create signed binaries.
173+
- Detached signatures will then be committed to the [bitcoin-detached-sigs](https://github.com/bitcoin-core/bitcoin-detached-sigs) repository, which can be combined with the unsigned apps to create signed binaries.
174174

175175
Create (and optionally verify) the signed OS X binary:
176176

0 commit comments

Comments
 (0)