You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ To ship a specific version instead (like a forced minor bump) you can run:
76
76
77
77
```bash
78
78
npm run release -- minor
79
-
git push origin master --follow-tags
79
+
git push origin main --follow-tags
80
80
npm run publish -- --otp=<OTP>
81
81
```
82
82
@@ -108,7 +108,7 @@ You can run `lerna clean` to delete all `node_modules` folder. To reinstall them
108
108
109
109
## Code of Conduct
110
110
111
-
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
111
+
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/main/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
Copy file name to clipboardExpand all lines: packages/create-twilio-function/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# `create-twilio-function`
2
2
3
-
A command line tool to setup a new [Twilio Function](https://www.twilio.com/docs/api/runtime/functions) with local testing using [`twilio-run`](https://github.com/twilio-labs/twilio-run).
A command line tool to setup a new [Twilio Function](https://www.twilio.com/docs/api/runtime/functions) with local testing using [`twilio-run`](https://github.com/twilio-labs/serverless-toolkit/tree/main/packages/twilio-run).
6
4
7
5
Read more about this tool in the post [start a new Twilio Functions project the easy way](https://www.twilio.com/blog/start-a-new-twilio-functions-project-the-easy-way)
<palign="center">Plugin for the <ahref="https://github.com/twilio/twilio-cli">Twilio CLI</a> to locally develop, debug and deploy to <ahref="https://www.twilio.com/functions">Twilio Serverless</a>. Part of the <ahref="https://github.com/twilio-labs/serverless-toolkit">Serverless Toolkit</a></p>
This plugin adds functionality to the [Twilio CLI](https://github.com/twilio/twilio-cli) to locally develop,
@@ -368,7 +368,7 @@ This project welcomes contributions from the community. Please see the [`CONTRIB
368
368
369
369
### Code of Conduct
370
370
371
-
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
371
+
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/main/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-api/blob/master/CONTRIBUTING.md) file for more details.
167
+
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
168
168
169
169
### Code of Conduct
170
170
171
-
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
171
+
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/main/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
@@ -86,11 +86,11 @@ function listSyncDocuments(runtime: RuntimeInstance) {
86
86
87
87
## Contributing
88
88
89
-
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/.github/blob/master/CONTRIBUTING.md) file for more details.
89
+
This project welcomes contributions from the community. Please see the [`CONTRIBUTING.md`](https://github.com/twilio-labs/serverless-toolkit/blob/main/docs/CONTRIBUTING.md) file for more details.
90
90
91
91
### Code of Conduct
92
92
93
-
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/master/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
93
+
Please be aware that this project has a [Code of Conduct](https://github.com/twilio-labs/.github/blob/main/CODE_OF_CONDUCT.md). The tldr; is to just be excellent to each other ❤️
Copy file name to clipboardExpand all lines: packages/twilio-run/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
<h1align="center">twilio-run</h1>
2
2
<palign="center">CLI tool to locally develop and deploy to the <ahref="https://www.twilio.com/runtime">Twilio Runtime</a>. Part of the <ahref="https://github.com/twilio-labs/serverless-toolkit">Serverless Toolkit</a></p>
0 commit comments