Skip to content

Commit 42dddce

Browse files
authored
Merge pull request #422 from node-red/rename-default-branch
Update references to default node-red branch
2 parents f67577d + 2f190ee commit 42dddce

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For simple typos and single line fixes please just raise an issue pointing out
99
our mistakes. For larger changes, please discuss them on the [forum](https://discourse.nodered.org) or [Slack team](http://nodered.org/slack/) #docs channel.
1010

1111
If you need to raise a pull request please read our
12-
[contribution guidelines](https://github.com/node-red/node-red/blob/master/CONTRIBUTING.md)
12+
[contribution guidelines](https://github.com/node-red/node-red/blob/main/CONTRIBUTING.md)
1313
before doing so.
1414

1515
### Previewing the Site

about/contribute/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The following workflow is used in git for the main project repositories.
100100
As in traditional git workflows, multiple branches are used for different streams
101101
of activity. The following describes how we use it today.
102102

103-
- `master` - this branch contains the latest shipped release of Node-RED, plus
103+
- `main` - this branch contains the latest shipped release of Node-RED, plus
104104
any additional bug fixes that have been made since. At any time, this branch
105105
could get shipped as the next maintenance release. At the time of writing,
106106
this contains 0.16.2 and a few fixes that will be released as 0.16.3 at some point.

docs/getting-started/aws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You will be asked if you wish to use ssh. If you do, please ensure you have ssh
6969
}
7070
```
7171

72-
2. Copy the default [Node-RED settings.js file](https://github.com/node-red/node-red/blob/master/packages/node_modules/node-red/settings.js) to the demoapp directory
72+
2. Copy the default [Node-RED settings.js file](https://github.com/node-red/node-red/blob/main/packages/node_modules/node-red/settings.js) to the demoapp directory
7373

7474
3. Edit the settings.js file to add the following entries to module.exports (setting awsRegion to that used in eb init and replacing demoapp with your app name) :
7575

docs/getting-started/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ are inside that directory.
3434

3535
You should then pick which branch you want to build.
3636

37-
- `master` - the default branch. This is the maintenance branch which contains
37+
- `main` - the default branch. This is the maintenance branch which contains
3838
the code of the current stable release, plus any bug fixes that have been applied
3939
ahead of the next maintenance release.
4040

docs/user-guide/runtime/settings-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Alternatively, the `--settings` command-line argument can be used when starting
1717
Node-RED to point at a different file.
1818

1919
If you have not yet run Node-RED and want to edit the settings file, you can copy
20-
the default settings file in manually from [here](https://github.com/node-red/node-red/blob/master/packages/node_modules/node-red/settings.js).
20+
the default settings file in manually from [here](https://github.com/node-red/node-red/blob/main/packages/node_modules/node-red/settings.js).
2121

2222
If you are not sure which settings file Node-RED is using, you should check the log
2323
output when Node-RED starts up. It will log the full path to the file:

0 commit comments

Comments
 (0)