Skip to content

Commit caa9859

Browse files
committed
update partials
1 parent de3f92f commit caa9859

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/BUILD_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ npm install twilio-video -w=video-token
187187

188188
### Adding environment variables
189189

190-
Function templates can use environment variables for deploy-specific secrets by adding them to the `.env` file in the root of your template. These are the fields that the user will be able to pre-set on the CodeExchange web app. `Step 2` visually shows the env vars that are set in `.env`: <https://www.twilio.com/code-exchange/simple-sms-forwarding>
190+
Function templates can use environment variables for deploy-specific secrets by adding them to the `.env` file in the root of your template. These are the fields that the user will be able to pre-set on the CodeExchange web app. `Step 2` visually shows the env vars that are set in `.env`: [https://www.twilio.com/code-exchange/simple-sms-forwarding](https://www.twilio.com/code-exchange/simple-sms-forwarding)
191191

192192
Any variable you want the user to have to set should be added to the `.env.example` file in your template directory and should include a commented line before that explaining what the variable is about. Example:
193193

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If this is your first time contributing to an open-source project, [check out ou
1818

1919
Under the hood, every CodeExchange Quick Deploy app is powered by a Function Template.
2020

21-
See Quick Deploy apps here: <https://www.twilio.com/code-exchange?q=&f=serverless>
21+
See Quick Deploy apps here: [https://www.twilio.com/code-exchange?q=&f=serverless](https://www.twilio.com/code-exchange?q=&f=serverless)
2222

2323
## Setting up your local environment
2424

docs/TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ If you want to test how your new template works with the Twilio CLI, make sure y
136136

137137
Afterwards make sure you push your changes to a different branch or fork of the repository. Your changes have to be uploaded to GitHub for you to be able to test them.
138138

139-
For example if I'm working on the `verify` template, I might push my changes to a new branch called `update-verify` under my personal fork of the `function-templates` repository, located at: <https://github.com/dkundel/function-templates>.
139+
For example if I'm working on the `verify` template, I might push my changes to a new branch called `update-verify` under my personal fork of the `function-templates` repository, located at: [https://github.com/dkundel/function-templates](https://github.com/dkundel/function-templates).
140140

141141
In order to test if my changes are working, I can invoke the `twilio serverless:init` command with the following flags:
142142

0 commit comments

Comments
 (0)