From 5e9c76b6624fa76dedea5e14b978046cccb1c17d Mon Sep 17 00:00:00 2001 From: Kat <95548467+satchkat@users.noreply.github.com> Date: Tue, 15 Mar 2022 13:22:14 -0400 Subject: [PATCH] Update readme * Fix broken links * Replace broken image with links to docs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c486af..089eadb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ they can be assisted by an agent specialized in the chosen topic. This is basically a call center created with the Task Router API of Twilio. This example uses a SQLite database to log phone calls which were not assisted. -[Read the full tutorial here](//www.twilio.com/docs/tutorials/walkthrough/task-router/php/laravel) +[Read the full tutorial here](https://www.twilio.com/docs/taskrouter/tutorials/dynamic-call-center-php-laravel) ## Local Development @@ -87,7 +87,9 @@ This project is build using [Laravel](http://laravel.com/) web framework; sms: http://.ngrok.io/message/incoming (POST) ``` - ![Configure webhooks](http://howtodocs.s3.amazonaws.com/twilio-number-config-all-med.gif) + [Learn how to configure a Twilio phone number for Programmable Voice](https://www.twilio.com/docs/voice/quickstart/php#configure-your-webhook-url) + + [Learn how to configure a Twilio phone number for Programmable SMS](https://www.twilio.com/docs/sms/tutorials/how-to-receive-and-reply-php#configure-your-twilio-number) 1. Make sure the tests succeed.