Skip to content

Commit 9d2ad26

Browse files
committed
Update link in README [ci skip]
1 parent ed8d1bb commit 9d2ad26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ if ($message['Type'] === 'UnsubscribeConfirmation') {
134134

135135
One challenge of using webhooks in a web application is testing the integration
136136
with the service. Testing integrations with SNS notifications can be fairly easy
137-
using tools like [ngrok][] and [PHP's built-in webserver][php-service]. Our blog
138-
post, [*Testing Webhooks Locally for Amazon SNS*][blogpost], illustrates a good
139-
technique for testing.
137+
using tools like [ngrok][] and [PHP's built-in webserver][php-server]. One of
138+
our blog posts, [*Testing Webhooks Locally for Amazon SNS*][blogpost], illustrates
139+
a good technique for testing.
140140

141141
> **NOTE:** The code samples in the blog post are specific to the message
142142
> validator in Version 2 of the SDK, but can be easily adapted to using this

0 commit comments

Comments
 (0)