From 21ad190903e062fa4040c660a23b31fa90b104a1 Mon Sep 17 00:00:00 2001 From: Shawn Stern Date: Tue, 24 Jan 2023 14:07:55 -0800 Subject: [PATCH] docs: update link to exceptions example for 4.x release (#901) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb5d2c6a16..2b168c30c2 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ See [example](examples/express.js) for a code sample for incoming Twilio request ## Handling Exceptions -For an example on how to handle exceptions in this helper library, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/node/usage-guide#exceptions). +For an example on how to handle exceptions in this helper library, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/node#exceptions). ## Using a Custom HTTP Client