Skip to content

Commit b56e37e

Browse files
committed
Rename master branch to main
Signed-off-by: Lee Smet <lee.smet@hotmail.com>
1 parent 72882b7 commit b56e37e

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: ci
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
env:
1010
CARGO_TERM_COLOR: always

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Create and publish a Docker image
44
# Configures this workflow to run every time a change is pushed to the branch called `release`.
55
on:
66
push:
7-
branches: ['master']
7+
branches: ['main']
88

99
# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
1010
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ make run
2727

2828
> We are looking for lots of testers to push the system
2929
30-
> [see here for docs](https://github.com/threefoldtech/mycelium/tree/master/docs)
30+
> [see here for docs](https://github.com/threefoldtech/mycelium/tree/main/docs)
3131
3232
## Running
3333

docs/api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
url: "https://github.com/threefoldtech/mycelium"
88
license:
99
name: Apache 2.0
10-
url: "https://github.com/threefoldtech/mycelium/blob/master/LICENSE"
10+
url: "https://github.com/threefoldtech/mycelium/blob/main/LICENSE"
1111

1212
description: |
1313
This is the specification of the **mycelium** management API. It is used to perform admin tasks on the system, and

docs/openrpc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"license": {
1111
"name": "Apache 2.0",
12-
"url": "https://github.com/threefoldtech/mycelium/blob/master/LICENSE"
12+
"url": "https://github.com/threefoldtech/mycelium/blob/main/LICENSE"
1313
}
1414
},
1515
"servers": [

myceliumd-private/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This is the main binary to use when connecting to [a private network](../docs/private_network.md).
44
You can either get a release from [the GitHub release page](https://github.com/threefoldtech/myceliumd/releases),
5-
or build the code yourself here. While we intend to keep the master branch as stable,
6-
i.e. a build from latest master should succeed, this is not a hard guarantee. Additionally,
7-
the master branch might not be compatible with the latest release, in case of a
5+
or build the code yourself here. While we intend to keep the main branch as stable,
6+
i.e. a build from latest main should succeed, this is not a hard guarantee. Additionally,
7+
the main branch might not be compatible with the latest release, in case of a
88
breaking change.
99

1010
Building, with the rust toolchain installed, can be done by running `cargo build`

myceliumd/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
This is the main binary to use for joining a/the public [`mycelium`] network. You can
44
either get the latest release from [the GitHub release page](https://github.com/threefoldtech/myceliumd/releases/latest),
5-
or build the code yourself here. While we intend to keep the master branch as stable,
6-
i.e. a build from latest master should succeed, this is not a hard guarantee. Additionally,
7-
the master branch might not be compatible with the latest release, in case of a
5+
or build the code yourself here. While we intend to keep the main branch as stable,
6+
i.e. a build from latest main should succeed, this is not a hard guarantee. Additionally,
7+
the main branch might not be compatible with the latest release, in case of a
88
breaking change.
99

1010
Building, with the rust toolchain installed, can be done by running `cargo build`

0 commit comments

Comments
 (0)