Skip to content

Commit 072f87f

Browse files
committed
Merge pull request uber-archive#5 from YicunWendyWu/master
Fix email services links
2 parents 7f5c1eb + 989d487 commit 072f87f

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
@@ -62,8 +62,8 @@ Create a service that accepts the necessary information and sends emails. It sho
6262

6363
Example Email Providers:
6464

65-
* [Mailgun](www.mailgun.com) - [Simple Send Documentation](http://documentation.mailgun.com/quickstart.html#sending-messages)
66-
* [Mandrill](www.mandrillapp.com) - [Simple Send Documentation](https://mandrillapp.com/api/docs/messages.JSON.html#method-send)
65+
* [Mailgun](http://www.mailgun.com) - [Simple Send Documentation](http://documentation.mailgun.com/quickstart.html#sending-messages)
66+
* [Mandrill](https://mandrillapp.com) - [Simple Send Documentation](https://mandrillapp.com/api/docs/messages.JSON.html#method-send)
6767

6868
Both services are free to try and are pretty painless to sign up for, so please register your own test accounts on each. Please avoid using the client libraries provided by Mandrill or Mailgun. In both cases, you’re making simple `POST` requests - do this with a lower level package or your language’s built-in API.
6969

0 commit comments

Comments
 (0)