diff --git a/forward-call/README.md b/forward-call/README.md index 146b81ad..313811c8 100644 --- a/forward-call/README.md +++ b/forward-call/README.md @@ -1,6 +1,6 @@ # Forward Call -This Function in `forward-call.js` will return the TwiML required to forward an incoming call to a number that is set in the environment variables. +This Function in `forward-call.js` will return the [TwiML](https://www.twilio.com/docs/voice/twiml) required to forward an incoming call to a number that is set in the environment variables. ### Environment variables @@ -8,7 +8,7 @@ This Function expects one environment variable to be set. | Variable | Meaning | | :---------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `MY_PHONE_NUMBER` | The number you want to forward incoming messages to [in E.164 format](https://support.twilio.com/hc/en-us/articles/223183008-Formatting-International-Phone-Numbers) | +| `MY_PHONE_NUMBER` | The number you want to forward incoming calls to [in E.164 format](https://help.twilio.com/articles/223183008-Formatting-International-Phone-Numbers) | ### Parameters diff --git a/forward-call/assets/index.html b/forward-call/assets/index.html index f2d48d14..f3fdfbe1 100644 --- a/forward-call/assets/index.html +++ b/forward-call/assets/index.html @@ -49,7 +49,7 @@
This app will return the - TwiML + TwiML required to forward an incoming call to a number that is set in the environment variables.