From 6b2beb12853342bb0111c6cf921c94fcb3e28cca Mon Sep 17 00:00:00 2001 From: David Meng <34248073+dxm7@users.noreply.github.com> Date: Tue, 30 Jul 2019 16:24:32 -0700 Subject: [PATCH] Fix links in README.md Fixed links to TwiML Apps page in Twilio Console --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65b146a..25fcc72 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ all the config values we need to run the application: | Config Value | Description | | :------------- |:------------- | -TwiML App SID | The TwiML application with a voice URL configured to access your server running this app - create one [in the console here](https://www.twilio.com//console/phone-numbers/dev-tools/twiml-apps). Also, you will need to configure the Voice "REQUEST URL" on the TwiML app to point to a Twilio Function you will create. +TwiML App SID | The TwiML application with a voice URL configured to access your server running this app - create one [in the console here](https://www.twilio.com/console/phone-numbers/runtime/twiml-apps). Also, you will need to configure the Voice "REQUEST URL" on the TwiML app to point to a Twilio Function you will create. Twilio Phone # | A Twilio phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164) - you can [get one here](https://www.twilio.com/console/phone-numbers/incoming) ## Creating the quickstart functions @@ -22,7 +22,7 @@ After you successfully put in the configuration, you'll have two Twilio Function ## Configuration and setup -[Configure your TwiML app](https://www.twilio.com/console/phone-numbers/dev-tools/twiml-apps)'s +[Configure your TwiML app](https://www.twilio.com/console/phone-numbers/runtime/twiml-apps)'s Voice "REQUEST URL" to be your Twilio Function URL - you can copy and paste the URL directly from the voice calls function page. For example: ![screenshot of twiml app](https://s3.amazonaws.com/com.twilio.prod.twilio-docs/images/ClientJSCopyVoiceURL.width-500.png)