Skip to content

Commit ea5c3c5

Browse files
committed
Removed unnecessary link
1 parent 8357294 commit ea5c3c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

TROUBLESHOOTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ If you can't find a solution below, please open an [issue](https://github.com/se
77
<a name="request-body"></a>
88
## Viewing the Request Body
99

10-
When debugging or testing, it may be useful to examine the raw request body to compare against the [documented format](https://sendgrid.com/docs/API_Reference/SMTP_API/index.html).
11-
12-
In the `examples/example.php` file, after your API call use this code to echo out the statuscode, body and headers:
10+
When debugging or testing, it may be useful to examine the raw request body. In the `examples/example.php` file, after your API call use this code to echo out the statuscode, body and headers:
1311

1412
```php
1513
echo $response->statusCode();

0 commit comments

Comments
 (0)