Skip to content

Commit 0c41831

Browse files
Update README.MD
1 parent 98b26ca commit 0c41831

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![GitHub contributors](https://img.shields.io/github/contributors/socketlabs/csharp-socketlabs.svg)](https://github.com/socketlabs/csharp-socketlabs/graphs/contributors)
55
-->
66

7-
The SocketLabs Email Delivery C# library allows you to easily send email messages via the [SocketLabs Injection API](https://www.socketlabs.com/api-reference/injection-api/). The library makes it easy to build and send any type of message supported by the API, from a simple message to a single recipient all the way to a complex bulk message sent to a group of recipients with unique merge data per recipient.
7+
The SocketLabs Email Delivery C# library allows you to easily send email messages via the [SocketLabs Injection API](https://www.socketlabs.com/docs/inject/). The library makes it easy to build and send any type of message supported by the API, from a simple message to a single recipient all the way to a complex bulk message sent to a group of recipients with unique merge data per recipient.
88

99
# Table of Contents
1010
* [Prerequisites and Installation](#prerequisites-and-installation)
@@ -107,7 +107,7 @@ var response = client.Send(message);
107107
A bulk message usually contains a single recipient per message
108108
and is generally used to send the same content to many recipients,
109109
optionally customizing the message via the use of MergeData.
110-
For more information about using Merge data, please see the [Injection API documentation](https://www.socketlabs.com/api-reference/injection-api/#merging).
110+
For more information about using Merge data, please see the [Injection API documentation](https://www.socketlabs.com/docs/inject/).
111111
```C#
112112
using SocketLabs.InjectionApi;
113113
using SocketLabs.InjectionApi.Message;

0 commit comments

Comments
 (0)