Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update repository url in the builds.md files #96

Open
wants to merge 7 commits into
base: 27.x-knots
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/build-freebsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
### 2. Clone Bitcoin Repo
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.
``` bash
git clone https://github.com/bitcoin/bitcoin.git
git clone https://github.com/bitcoinknots/bitcoin.git
```

### 3. Install Optional Dependencies
Expand Down
2 changes: 1 addition & 1 deletion doc/build-netbsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
Clone the Bitcoin Core repository to a directory. All build scripts and commands will run from this directory.

```bash
git clone https://github.com/bitcoin/bitcoin.git
git clone https://github.com/bitcoinknots/bitcoin.git
```

### 3. Install Optional Dependencies
Expand Down
2 changes: 1 addition & 1 deletion doc/build-openbsd.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See [dependencies.md](dependencies.md) for a complete overview.
### 2. Clone Bitcoin Repo
Clone the Bitcoin Core repository to a directory. All build scripts and commands will run from this directory.
``` bash
git clone https://github.com/bitcoin/bitcoin.git
git clone https://github.com/bitcoinknots/bitcoin.git
```

### 3. Install Optional Dependencies
Expand Down
2 changes: 1 addition & 1 deletion doc/build-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Now that all the required dependencies are installed, let's clone the Bitcoin Co
All build scripts and commands will run from this directory.

``` bash
git clone https://github.com/bitcoin/bitcoin.git
git clone https://github.com/bitcoinknots/bitcoin.git
```

### 5. Install Optional Dependencies
Expand Down
2 changes: 1 addition & 1 deletion doc/build-unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ Setup and Build Example: Arch Linux
This example lists the steps necessary to setup and build a command line only distribution of the latest changes on Arch Linux:

pacman --sync --needed autoconf automake boost gcc git libevent libtool make pkgconf python sqlite
git clone https://github.com/bitcoin/bitcoin.git
git clone https://github.com/bitcoinknots/bitcoin.git
cd bitcoin/
./autogen.sh
./configure
Expand Down
2 changes: 1 addition & 1 deletion doc/build-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you want to build the windows installer with `make deploy` you need [NSIS](ht

Acquire the source in the usual way:

git clone https://github.com/bitcoin/bitcoin.git
git clone https://github.com/bitcoinknots/bitcoin.git
cd bitcoin

## Building for 64-bit Windows
Expand Down
2 changes: 1 addition & 1 deletion doc/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Check out the source code in the following directory hierarchy.
cd /path/to/your/toplevel/build
git clone https://github.com/bitcoin-core/guix.sigs.git
git clone https://github.com/bitcoin-core/bitcoin-detached-sigs.git
git clone https://github.com/bitcoin/bitcoin.git
git clone https://github.com/bitcoinknots/bitcoin.git

### Write the release notes

Expand Down