diff --git a/Using-the-API.md b/Using-the-API.md index 0dabe2f..4e6b594 100644 --- a/Using-the-API.md +++ b/Using-the-API.md @@ -31,8 +31,8 @@ There are two ways to send a message - you can either provide each attribute nee Full details about these two methods can be found in our API documentation: -* [Sending a message](../src/branch/master/send-message.md) -* [Sending an RFC 2822 message](../src/branch/master/send-raw.md) +* [Sending a message](Send-a-message) +* [Sending an RFC 2822 message](Send-a-raw-RFC2882-message) For both these methods, the API will return the same information as the result. It will contain the`message_id`of the message that was sent plus a`messages`hash with the IDs of the messages that were sent by the server to each recipient.