diff --git a/Using-the-API.md b/Using-the-API.md index b80a1ea..0dabe2f 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](/api-v1/controllers/send/message) -* [Sending an RFC 2822 message](/api-v1/controllers/send/raw) +* [Sending a message](../src/branch/master/send-message.md) +* [Sending an RFC 2822 message](../src/branch/master/send-raw.md) 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.