Skip to content

Commit 413d281

Browse files
authored
Merge pull request #107 from Staffbase/NFS-3144_change_default_branch
2 parents 637b3aa + 9aea878 commit 413d281

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
interval: "daily"
1212
time: "08:00"
1313
timezone: "Europe/Berlin"
14-
target-branch: "master"
14+
target-branch: "main"
1515
open-pull-requests-limit: 10
1616
labels:
1717
- "github dependency"
@@ -33,7 +33,7 @@ updates:
3333
interval: "daily"
3434
time: "08:00"
3535
timezone: "Europe/Berlin"
36-
target-branch: "master"
36+
target-branch: "main"
3737
open-pull-requests-limit: 10
3838
labels:
3939
- "npm dependency"

csss.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ yargv
2626
.version('0.0.1')
2727
.help('help')
2828
.epilogue(`for more information,\please see the README at:
29-
https://github.com/Staffbase/create-staffbase-plugin-nodejs/blob/master/README.MD`);
29+
https://github.com/Staffbase/create-staffbase-plugin-nodejs/blob/main/README.MD`);
3030
// console.log('YARGS Parsed Data:\n', yargv.argv);
3131
const packageJSON = fs.readJSONSync(path.join(scaffoldFolder, 'package.json'));
3232
// Defaults package name to current folder name

scaffoldTpl/README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ $ npm start
4949
For getting more information about Staffbase SSO, please check out the following links:
5050

5151
- [Developer Portal: Custom Plugins](https://developers.staffbase.com/concepts/customplugin-overview/)
52-
- [Staffbase Plugins SDK for Node.js](https://github.com/Staffbase/plugins-sdk-nodejs/blob/master/README.MD)
52+
- [Staffbase Plugins SDK for Node.js](https://github.com/Staffbase/plugins-sdk-nodejs/blob/main/README.MD)

scaffoldTpl/views/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h2>Further Reading</h2>
9090
</li>
9191
<li>
9292
<a
93-
href="https://github.com/Staffbase/plugins-sdk-nodejs/blob/master/README.md"
93+
href="https://github.com/Staffbase/plugins-sdk-nodejs/blob/main/README.md"
9494
>Staffbase Plugins SDK for Node.js</a
9595
>
9696
</li>

0 commit comments

Comments
 (0)