Skip to content

Commit fe42cf3

Browse files
committed
doc: update repo org
Several repos have been migrated to the stratum-mining org. Update documentation to reflect that.
1 parent 711a54f commit fe42cf3

File tree

11 files changed

+17
-17
lines changed

11 files changed

+17
-17
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ set(CMAKE_TRY_COMPILE_PLATFORM_VARIABLES
5353
project(BitcoinCore
5454
VERSION ${CLIENT_VERSION_MAJOR}.${CLIENT_VERSION_MINOR}.${CLIENT_VERSION_BUILD}
5555
DESCRIPTION "Sv2 Template Provider"
56-
HOMEPAGE_URL "https://github.com/sjors/sv2-tp"
56+
HOMEPAGE_URL "https://github.com/stratum-mining/sv2-tp"
5757
LANGUAGES NONE
5858
)
5959

@@ -64,7 +64,7 @@ endif()
6464

6565
set(COPYRIGHT_HOLDERS "The %s developers")
6666
set(COPYRIGHT_HOLDERS_FINAL "The ${CLIENT_NAME} developers")
67-
set(CLIENT_BUGREPORT "https://github.com/sjors/sv2-tp/issues")
67+
set(CLIENT_BUGREPORT "https://github.com/stratum-mining/sv2-tp/issues")
6868

6969
#=============================
7070
# Language setup

doc/build-freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
2424
### 2. Clone Bitcoin Repo
2525
Now that `git` and all the required dependencies are installed, let's clone the Bitcoin Core repository to a directory. All build scripts and commands will run from this directory.
2626
```bash
27-
git clone https://github.com/sjors/sv2-tp.git
27+
git clone https://github.com/stratum-mining/sv2-tp.git
2828
```
2929

3030
## Building Bitcoin Core

doc/build-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Now that all the required dependencies are installed, let's clone the Bitcoin Co
5858
All build scripts and commands will run from this directory.
5959

6060
``` bash
61-
git clone https://github.com/sjors/sv2-tp.git
61+
git clone https://github.com/stratum-mining/sv2-tp.git
6262
```
6363

6464
Check out the [further configuration](#further-configuration) section for more information.

doc/build-netbsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
4444
Clone the Bitcoin Core repository to a directory. All build scripts and commands will run from this directory.
4545

4646
```bash
47-
git clone https://github.com/sjors/sv2-tp.git
47+
git clone https://github.com/stratum-mining/sv2-tp.git
4848
```
4949

5050
### 3. Install Optional Dependencies

doc/build-openbsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
2121
### 2. Clone Bitcoin Repo
2222
Clone the Bitcoin Core repository to a directory. All build scripts and commands will run from this directory.
2323
``` bash
24-
git clone https://github.com/sjors/sv2-tp.git
24+
git clone https://github.com/stratum-mining/sv2-tp.git
2525
```
2626

2727
### 3. Install Optional Dependencies

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Setup and Build Example: Arch Linux
101101
This example lists the steps necessary to setup and build a command line only distribution of the latest changes on Arch Linux:
102102

103103
pacman --sync --needed capnproto cmake boost gcc git make python
104-
git clone https://github.com/sjors/sv2-tp.git
104+
git clone https://github.com/stratum-mining/sv2-tp.git
105105
cd bitcoin/
106106
cmake -B build
107107
cmake --build build

doc/build-windows-msvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Download and install [Git for Windows](https://git-scm.com/downloads/win). Once
2525

2626
Clone the Bitcoin Core repository to a directory. All build scripts and commands will run from this directory.
2727
```
28-
git clone https://github.com/sjors/sv2-tp.git
28+
git clone https://github.com/stratum-mining/sv2-tp.git
2929
```
3030

3131

doc/build-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If you want to build the Windows installer using the `deploy` build target, you
3838

3939
Acquire the source in the usual way:
4040

41-
git clone https://github.com/sjors/sv2-tp.git
41+
git clone https://github.com/stratum-mining/sv2-tp.git
4242
cd bitcoin
4343

4444
Note that for WSL the Bitcoin Core source path MUST be somewhere in the default mount file system, for

doc/man/sv2-tp.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Copyright (C) 2009-2025 The Bitcoin Core developers
155155
Copyright (C) 2025-2025 The Sv2 Template Provider developers
156156

157157
Please contribute if you find Sv2 Template Provider useful. Visit
158-
<https://github.com/sjors/sv2-tp> for further information about the software.
159-
The source code is available from <https://github.com/sjors/sv2-tp>.
158+
<https://github.com/stratum-mining/sv2-tp> for further information about the software.
159+
The source code is available from <https://github.com/stratum-mining/sv2-tp>.
160160

161161
This is experimental software.
162162
Distributed under the MIT software license, see the accompanying file COPYING

doc/release-process.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Install Guix using one of the installation methods detailed in
6464
Check out the source code in the following directory hierarchy.
6565

6666
cd /path/to/your/toplevel/build
67-
git clone https://github.com/sjors/sv2-tp-guix.sigs.git
68-
git clone https://github.com/sjors/sv2-tp-detached-sigs.git
69-
git clone https://github.com/sjors/sv2-tp.git
67+
git clone https://github.com/stratum-mining/sv2-tp-guix.sigs.git
68+
git clone https://github.com/stratum-mining/sv2-tp-detached-sigs.git
69+
git clone https://github.com/stratum-mining/sv2-tp.git
7070

7171
### Write the release notes
7272

@@ -220,9 +220,9 @@ cat "$VERSION"/*/all.SHA256SUMS.asc > SHA256SUMS.asc
220220

221221
- Update repositories
222222

223-
- Delete post-EOL [release branches](https://github.com/sjors/sv2-tp/branches/all) and create a tag `v${branch_name}-final`.
223+
- Delete post-EOL [release branches](https://github.com/stratum-mining/sv2-tp/branches/all) and create a tag `v${branch_name}-final`.
224224

225-
- Create a [new GitHub release](https://github.com/sjors/sv2-tp/releases/new) with a link to the archived release notes
225+
- Create a [new GitHub release](https://github.com/stratum-mining/sv2-tp/releases/new) with a link to the archived release notes
226226

227227
- Announce the release:
228228

0 commit comments

Comments
 (0)